[I] make a trigger_rule for one upstream failed but wait the whole upstream tasks to finish [airflow]

2023-10-24 Thread via GitHub
salimmoulouel opened a new issue, #35149: URL: https://github.com/apache/airflow/issues/35149 ### Description currently the one_failed, launch the tasks just after one of the upstream tasks failed, it can be good to be able to force the task wait the whole upstream tasks finish to be

Re: [I] make a trigger_rule for one upstream failed but wait the whole upstream tasks to finish [airflow]

2023-12-06 Thread via GitHub
eladkal commented on issue #35149: URL: https://github.com/apache/airflow/issues/35149#issuecomment-1843394403 > wait the whole upstream tasks finish to be launched How is that different from `all_done` trigger rule? -- This is an automated message from the Apache Git Service. To re

Re: [I] make a trigger_rule for one upstream failed but wait the whole upstream tasks to finish [airflow]

2023-12-07 Thread via GitHub
salimmoulouel commented on issue #35149: URL: https://github.com/apache/airflow/issues/35149#issuecomment-1845567233 Sorry i didn't describe well my problem bacause i was beginner when i wrote the issue A >> D B >> D A and B are BranchOperator, when one of them send skip signal to D

Re: [I] make a trigger_rule for one upstream failed but wait the whole upstream tasks to finish [airflow]

2023-12-07 Thread via GitHub
eladkal commented on issue #35149: URL: https://github.com/apache/airflow/issues/35149#issuecomment-1845582073 This use case doesnt make sense to me. I assume your real case is: A >> [C, D] B >> [ C, E] Where A and B are branch operator. When A say to follow to D (thus skip

Re: [I] make a trigger_rule for one upstream failed but wait the whole upstream tasks to finish [airflow]

2023-12-07 Thread via GitHub
salimmoulouel commented on issue #35149: URL: https://github.com/apache/airflow/issues/35149#issuecomment-1845672576 attached a picture of the dag If any of the four black-surrounded tasks completes and sends a skip signal to the green-surrounded task, the green-surrounded task will

Re: [I] make a trigger_rule for one upstream failed but wait the whole upstream tasks to finish [airflow]

2023-12-07 Thread via GitHub
salimmoulouel commented on issue #35149: URL: https://github.com/apache/airflow/issues/35149#issuecomment-1845776165 https://github.com/apache/airflow/issues/7858 i found an issue which look like mine. @eladkal thank you for time spent to understand my problem -- This is an auto

Re: [I] make a trigger_rule for one upstream failed but wait the whole upstream tasks to finish [airflow]

2023-12-08 Thread via GitHub
eladkal closed issue #35149: make a trigger_rule for one upstream failed but wait the whole upstream tasks to finish URL: https://github.com/apache/airflow/issues/35149 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the

Re: [I] make a trigger_rule for one upstream failed but wait the whole upstream tasks to finish [airflow]

2023-10-24 Thread via GitHub
boring-cyborg[bot] commented on issue #35149: URL: https://github.com/apache/airflow/issues/35149#issuecomment-1776910378 Thanks for opening your first issue here! Be sure to follow the issue template! If you are willing to raise PR to address this issue please do so, no need to wait for ap