XD-DENG opened a new issue, #51629: URL: https://github.com/apache/airflow/issues/51629
### Apache Airflow version 3.0.2 ### If "Other Airflow 2 version" selected, which one? _No response_ ### What happened? I have been testing Airflow 3.0.1 and 3.0.2 with Celery provider. But after installing Celery provider, and when I run any `airflow celery XXX` CLI command, it fails with the error below: ``` airflow command error: argument GROUP_OR_COMMAND: invalid choice: 'celery' (choose from 'api-server', 'assets', 'backfill', 'cheat-sheet', 'config', 'connections', 'dag-processor', 'dags', 'db', 'info', 'jobs', 'kerberos', 'plugins', 'pools', 'providers', 'rotate-fernet-key', 'scheduler', 'standalone', 'tasks', 'triggerer', 'variables', 'version'), see help above. ``` Did I miss anything? Or it's something missed in Airflow 3? ### What you think should happen instead? _No response_ ### How to reproduce ```bash pip install apache-airflow==3.0.2 pip install apache-airflow-providers-celery airflow celery worker ``` ### Operating System Linux and MacOS ### Versions of Apache Airflow Providers ``` apache-airflow-providers-celery==3.11.0 ``` ### Deployment Other ### Deployment details _No response_ ### Anything else? _No response_ ### Are you willing to submit PR? - [x] Yes I am willing to submit a PR! ### Code of Conduct - [x] I agree to follow this project's [Code of Conduct](https://github.com/apache/airflow/blob/main/CODE_OF_CONDUCT.md) -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
