Skip to content

Conversation

@amoghrajesh
Copy link
Contributor

@amoghrajesh amoghrajesh commented Jul 23, 2025

#53629 seems to have broken CI.

Example: https://github.com/apache/airflow/actions/runs/16468038178/job/46550679523?pr=53655


^ Add meaningful description above
Read the Pull Request Guidelines for more information.
In case of fundamental code changes, an Airflow Improvement Proposal (AIP) is needed.
In case of a new dependency, check compliance with the ASF 3rd Party License Policy.
In case of backwards incompatible changes please leave a note in a newsfragment file, named {pr_number}.significant.rst or {issue_number}.significant.rst, in airflow-core/newsfragments.

Copy link
Member

@kaxil kaxil left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The Provider system test uses the watcher. So this needs to work on 2.11 too for now - so I am ok with the change

@ashb
Copy link
Member

ashb commented Jul 23, 2025

I'd rather try/except ImportError instead of version checks

@potiuk
Copy link
Member

potiuk commented Jul 23, 2025

I'd rather try/except ImportError instead of version checks

Indeed. It's not C++ and try/except is faster than version checks usually (and more robust)

@potiuk
Copy link
Member

potiuk commented Jul 23, 2025

Static checks passed. Merging.

@potiuk potiuk merged commit b8e44e7 into apache:main Jul 23, 2025
98 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

5 participants