Any comments on the proposal? We are using Airflow and facing a lot of limitations due to trigger rules. One more example is, when we have ONE_FAILED | ALL FAILED trigger rule. It seems only cases this is helpful is when there is a catch all task like cleanup. Because it considers all previous tasks(not just immediate parent) to evaluate FAILURE, this task still runs when *any* upstream task fails.
On Mon, Oct 5, 2020 at 9:04 AM Ashok Kumar rathore < ashokkumarrath...@gmail.com> wrote: > Hi All, > I created this small doc for AIP. Wanted to discuss the feasibility as > well as my understanding of the problem/solution. > > *TLDR; Feasibility to use task exit code as branching condition for > downstream task scheduling* > > Thank you in advance. > > > https://docs.google.com/document/d/1OGwnF9igWS5b6biGDluqYuZg7si4LqkGz15IoauI23c/edit# > > -Ashok >