You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@airflow.apache.org by "Kamil Bregula (Jira)" <ji...@apache.org> on 2019/12/22 11:31:00 UTC

[jira] [Created] (AIRFLOW-6324) Hide celery commands when executor is not CeleryExecutor

Kamil Bregula created AIRFLOW-6324:
--------------------------------------

             Summary: Hide celery commands when executor is not CeleryExecutor
                 Key: AIRFLOW-6324
                 URL: https://issues.apache.org/jira/browse/AIRFLOW-6324
             Project: Apache Airflow
          Issue Type: New Feature
          Components: cli
    Affects Versions: 1.10.6
            Reporter: Kamil Bregula


If the Celery executor is not used, commands specific to it are still displayed. This is confusing to novice users because they try to run commands that do not work.

In addition, the celery commands have been grouped into one subcommand.
|*Old command*|*New command*|
|``airflow worker``|``airflow celery worker``|
|``airflow flower``|``airflow celery flower``|



--
This message was sent by Atlassian Jira
(v8.3.4#803005)