leonsmith opened a new issue #14696: URL: https://github.com/apache/airflow/issues/14696
<!-- Welcome to Apache Airflow! For a smooth issue process, try to answer the following questions. Don't worry if they're not all applicable; just try to include what you can :-) If you need to include code snippets or logs, please put them in fenced code blocks. If they're super-long, please use the details tag like <details><summary>super-long log</summary> lots of stuff </details> Please delete these comment blocks before submitting the issue. --> **Description** <!-- A short description of your feature --> We are using a 3rd party executor which has the ability to use multiple queues, however the `default_queue` is defined under the `celery` heading and is used regardless of the executor that you are using. See: https://github.com/apache/airflow/blob/2.0.1/airflow/models/baseoperator.py#L366 <!-- What do you want to happen? Rather than telling us how you might implement this solution, try to take a step back and describe what you are trying to achieve. --> It would be nice to decouple the default_queue configuration argument away from the celery section to allow other executors to utilise this functionality with less confusion. **Are you willing to submit a PR?** Yep! Will open a pull request shortly **Related Issues** Not that I'm aware of. ---------------------------------------------------------------- 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. For queries about this service, please contact Infrastructure at: [email protected]
