Replies: 1 comment 1 reply
-
|
Thanks for opening your first issue here! Be sure to follow the issue template! |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Apache Airflow version
Other Airflow 2 version (please specify below)
What happened
I used TriggerDagRunOperator for a while, it's wok fine, but now I need to use parameter "queue" to make my trigger task sending message to queue name "submit_dag_queue", when I used it, I've got some strange error.
Here, my code example.
Let me know if I understand wrong about how to use it.
What you think should happen instead
No response
How to reproduce
No response
Operating System
I used docker image : apache/airflow:2.4.0-python3.10
Versions of Apache Airflow Providers
No response
Deployment
Docker-Compose
Deployment details
I used redis as a message broker.
Anything else
No response
Are you willing to submit PR?
Code of Conduct
Beta Was this translation helpful? Give feedback.
All reactions