-
Notifications
You must be signed in to change notification settings - Fork 14.6k
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
AIP-81 Move CLI Commands to directories according to Hybrid, Local and Remote #44538
Conversation
Good that you separate big re-factoring and shifting files. Let's see if CI turns green, then after short screening I have no issue for fast merge. |
Some turns out red :( I will check it out shortly |
I am surprised that my local pre-commit didn't catch this. They were there but weren't added to with git 😓 |
7473149
to
4f31c92
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Nice!
You need to rebase / solve conflicts now @bugraoz93 |
4f31c92
to
89be8ed
Compare
Rebased, thanks a lot for the reviews! ❤️ |
This broke airflow 2.10 + apache-airflow-providers-celery 3.9.0 ModuleNotFoundError: No module named 'airflow.cli.commands.local_commands' |
Thanks @millin for bringing this up! |
Thanks for the catch. When is this fix expected to be released? |
closes: #44204
^ 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.