potiuk commented on issue #45192: URL: https://github.com/apache/airflow/issues/45192#issuecomment-2560933763
It's both direction. This is the same code that we run currently in selective checks in "regular" PRs - to be on a safe side we select both sides - the stuff we depend on and the stuff that depends on us (and it's recursive). https://github.com/apache/airflow/blob/main/dev/breeze/src/airflow_breeze/utils/selective_checks.py#L1443 We also have a few other rules there that trigger different providers when we know there are implicit dependencies. -- 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]
