Skip to content

Drop a downstream or upstream task dependency in Airflow #29352

Answered by hussein-awala
gmyrianthous asked this question in Q&A
Discussion options

You must be logged in to vote

I am not sure if this works, but you can try it:

t1.downstream_task_ids.pop("dummy_2")
t2.upstream_task_ids.pop("dummy_1")

Replies: 1 comment 1 reply

Comment options

You must be logged in to vote
1 reply
@gmyrianthous
Comment options

Answer selected by gmyrianthous
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants