You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Thanks for opening your first issue here! Be sure to follow the issue template! If you are willing to raise PR to address this issue please do so, no need to wait for approval.
Apache Airflow version
Other Airflow 2 version (please specify below)
If "Other Airflow 2 version" selected, which one?
2.8.1
What happened?
We extend the SparkSubmitOperator and specify a queue to select which of the desired runners are going to run our tasks.
This is then used but the value of at least queue is set to the default value generic to all dags, not
queue="airflow_spark"
Before, this
queue
parameter overrode BaseOperator value where a queue is an Airflow queueWhat you think should happen instead?
queue should be kept and used to determine which node to run on
How to reproduce
Set up a queue using SparkSubmitOperator on provider 4.5.0 or before vs 4.6.0 or after
Operating System
cat /etc/os-release NAME="Rocky Linux" VERSION="8.8 (Green Obsidian)"
Versions of Apache Airflow Providers
Deployment
Virtualenv installation
Deployment details
No response
Anything else?
No response
Are you willing to submit PR?
Code of Conduct
The text was updated successfully, but these errors were encountered: