Airflow - Branching join operators
问题 I am trying to join branching operators in Airflow I did this : op1>>[op2,op3,op4] op2>>op5 op3>>op6 op4>>op7 [op5,op6,op7]>>op8 It gives a schema like this with relations between op2, op3, op4 and op8. How do I get this: 回答1: can you be more clear ? I tried using your chain function and I can do what you wanted. 回答2: First of all: can you be more specific as to the exact code you use to set the relationships between the tasks? Second: you could try using the chain function. If you look at