Skip to content

[Bug] [python] Task relation missing when run tutorial #7627

@zhongjiajie

Description

@zhongjiajie

Search before asking

  • I had searched in the issues and found no similar issues.

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?

  • Yes I am willing to submit a PR!

Code of Conduct

Metadata

Metadata

Assignees

Labels

Type

No type

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions