Is depth-first execution applicable to task groups with both @task functions and classic opeators inside #32923
Unanswered
hongshibao
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi, I have a DAG with code similar with the below one:
I tested it, and the task_group is expanded. And inside the task_group,
generate_ccommand
is also auto expanded, but the DockerOperator is not auto expanded. Is airflow not able to auto expand the classic operator in the above example? How can I achieve the depth-first execution for my task_group with classic opeators inside?Beta Was this translation helpful? Give feedback.
All reactions