-
Notifications
You must be signed in to change notification settings - Fork 16.1k
Update docs for Airflow CLI help command #51042
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
Update docs for Airflow CLI help command #51042
Conversation
|
Congratulations on your first Pull Request and welcome to the Apache Airflow community! If you have any issues or are unsure about any anything please check our Contributors' Guide (https://github.com/apache/airflow/blob/main/contributing-docs/README.rst)
|
|
I might have missed some executors? airflow/providers/fab/src/airflow/providers/fab/auth_manager/fab_auth_manager.py Lines 186 to 207 in 84769be
airflow/airflow-core/src/airflow/cli/cli_parser.py Lines 63 to 86 in 84769be
|
|
This pull request has been automatically marked as stale because it has not had recent activity. It will be closed in 5 days if no further activity occurs. Thank you for your contributions. |
(cherry picked from commit ea5dbcf) Co-authored-by: Jeongseok Kang <jskang@lablup.com>
(cherry picked from commit ea5dbcf) Co-authored-by: Jeongseok Kang <jskang@lablup.com>
(cherry picked from commit ea5dbcf) Co-authored-by: Jeongseok Kang <jskang@lablup.com>
Hello Airflow!
While following the official documents, I found that the help message in CLI has been changed.
This pull request updates the help message based on apache/airflow:3.0.1-python3.12 running in standalone mode.
Thanks for your review in advance!
Refs
^ 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.rstor{issue_number}.significant.rst, in airflow-core/newsfragments.