kapuza commented on issue #35268: URL: https://github.com/apache/airflow/issues/35268#issuecomment-1784954571
Thank you. Who came up with the idea of giving help based on set parameters, and not all possible options? ```bash # Create base config airflow config list # Edit config for CeleryExecutor sed -i 's/^executor.*$/executor = CeleryExecutor/' ~/airflow/airflow.cfg # Try airflow celery flower airflow celery flower ``` -- 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]
