Kevin Weiler
01/03/2022, 4:01 PMKevin Kho
any_successful
trigger.
For the second I think you can use an all_finished
trigger.Kevin Weiler
01/03/2022, 4:06 PMKevin Weiler
01/03/2022, 4:06 PMKevin Kho
case
, but not sure right now.Kevin Weiler
01/03/2022, 4:09 PMKevin Kho
Kevin Weiler
01/03/2022, 4:10 PMall_finished
trigger and depend on BKevin Kho
Kevin Weiler
01/03/2022, 4:10 PMKevin Kho
Kevin Weiler
01/03/2022, 4:12 PMall_finished
trigger and then explicitly inspect the exit status of A - then fail if it is failedKevin Kho
with Flow(...) as flow:
b = task_B()
a = task_A()
with case(a, value):
c = task_c(upstream_tasks=[b])
or something like that?Kevin Weiler
01/03/2022, 4:16 PMKevin Weiler
01/03/2022, 4:19 PMKevin Weiler
01/03/2022, 4:19 PMKevin Kho
Kevin Weiler
01/03/2022, 4:20 PM