Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix Version Check for CLI Imports in Providers #45255

Open
wants to merge 4 commits into
base: main
Choose a base branch
from

Conversation

bugraoz93
Copy link
Collaborator

@bugraoz93 bugraoz93 commented Dec 27, 2024

closes: #44538 (comment)
While testing the changes (here #45148, I missed that we are releasing the providers from the main branch but actual versions not from the main branch. So I have only tested the changes on the main, my bad 🤦

The imports for the older versions were adjusted accordingly.


^ 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 newsfragments.

@potiuk
Copy link
Member

potiuk commented Dec 27, 2024

Hmm. Interesting it was not caught by the compatibility tests

@potiuk
Copy link
Member

potiuk commented Dec 27, 2024

And some tests still need fixing.

@bugraoz93
Copy link
Collaborator Author

Hmm. Interesting it was not caught by the compatibility tests

Yeah, I would expect some tests to fail.

And some tests still need fixing.

Yes, I am fixing them now. Thanks for the quick review!

@bugraoz93 bugraoz93 force-pushed the fix/cli-import-in-providers branch from b89f1f4 to e01cf3f Compare December 27, 2024 22:57
@bugraoz93 bugraoz93 force-pushed the fix/cli-import-in-providers branch from 0c8e1fe to b2653cf Compare December 27, 2024 23:09
@bugraoz93
Copy link
Collaborator Author

My local pre-commit didn't fix the exact issue even with --all-files. Suspecting from old image, rebuilding and trying again now

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants