Yuliy Kuroki
04/14/2021, 1:54 PMKevin Kho
Yuliy Kuroki
04/14/2021, 2:15 PMKevin Kho
StartFlowRun
as a task and then chain them together as dependencies. If you want something more dynamic, I would say use the Client
to query for flow run state. You may want the prefect.client.client.Client.get_flow_run_state
. And then you can start the more resource intensive tasks if the state is SUCCESS?Yuliy Kuroki
04/14/2021, 6:19 PM