cmarteepants commented on issue #37084:
URL: https://github.com/apache/airflow/issues/37084#issuecomment-1919827311

   ```
   @task.python(queue='kubernetes', task_id='get_child_dag_details')
       def get_child_dag_details(**kwargs):
          ...
   ```
   
   Not to take away from the initial problem - but also want to confirm if this 
was from MWAA. I did not realize that MWAA supports [celery worker 
queues](https://airflow.apache.org/docs/apache-airflow/stable/core-concepts/executor/celery.html#queues)
 or CeleryKubernetes Executor.


-- 
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]

Reply via email to