-
Notifications
You must be signed in to change notification settings - Fork 14.3k
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
Migration guide for CLI commands #9952
Comments
I think we could even implement it in the cli itself - we could add "deprecated" old commands that would print out information about the new commands and exit with error. They could be automatically derived from this documentation created here. I think changes in the CLI will be a huge surprise to many users so the more information we give the users when they try to run those old commands - the less questions we have and the less issues will be opened in GitHub. We already have some questions from the users trying to use airflow devel "Where is the |
I think it's a good idea. We should be able to catch CLI arguments and raise a deprecation warning if someone uses the old command. |
I think even error will be fine in this case -> the CLI is mostly for manual work, so I do not think we should worry about Deprecation here. |
Hello,
There have been drastic changes to the CLI between Airflow 1.10 and 2.0. However, these changes are not precisely described in UPDATING.md
https://github.com/apache/airflow/blob/master/UPDATING.md#cli-reorganization.
I would be happy if we had a table to compare new and old commands.
Best regards,
Kamil
The text was updated successfully, but these errors were encountered: