Search before asking
What happened
After I run python tutorial.py it could DAG like
--> task_child_one
/ \
task_parent --> --> task_union
\ /
--> task_child_two
but what I really got is
--> task_child_one
/ \
task_parent --> --> task_union
\
--> task_child_two
What you expected to happen
My DAG should look like
--> task_child_one
/ \
task_parent --> --> task_union
\ /
--> task_child_two
How to reproduce
Run python tutorial.py
Anything else
No response
Version
dev
Are you willing to submit PR?
Code of Conduct
Search before asking
What happened
After I run
python tutorial.pyit could DAG likebut what I really got is
What you expected to happen
My DAG should look like
How to reproduce
Run
python tutorial.pyAnything else
No response
Version
dev
Are you willing to submit PR?
Code of Conduct