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

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

     [ https://issues.apache.org/jira/browse/AIRFLOW-6324?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Jarek Potiuk resolved AIRFLOW-6324.
-----------------------------------
    Fix Version/s: 2.0.0
       Resolution: Fixed

> 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
>            Priority: Major
>             Fix For: 2.0.0
>
>
> 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)