ferruzzi commented on PR #71802: URL: https://github.com/apache/airflow/pull/71802#issuecomment-5417848634
Two other open PRs move the `isinstance(interval, VariableInterval)` which this PR rewrites at `definitions/dag.py:757`. #70370 collapses that check and its duplicate into a single `resolve_deadline_alert_interval()` in `serialization/decoders.py`, so landing after it means changing one `isinstance` in one function. #70714 adds a second resolution site in `models/taskinstance.py` with a different type test (`not isinstance(interval, timedelta)`). If it lands first, this PR has to update that one as well, and it is not visible from `main` today. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
