-
Notifications
You must be signed in to change notification settings - Fork 5k
[Bug] [python] Task condition set wrong deps #7649
Copy link
Copy link
Closed
Description
Search before asking
- I had searched in the issues and found no similar issues.
What happened
After #7505 merged. we could use condition task type but our dependent set in the wrong direction, all the condition operators should be upstream of the current task instead of downstream
What you expected to happen
Should set upstream instead of downsteam
How to reproduce
run python ./example/task_switch_example.py
Anything else
No response
Version
dev
Are you willing to submit PR?
- Yes I am willing to submit a PR!
Code of Conduct
- I agree to follow this project's Code of Conduct
Reactions are currently unavailable