varsha Parthasarathy
12/26/2022, 4:47 PMground_truth_workflow = flytekit.LaunchPlan.get_or_create(
name="ground_truth_workflow",
workflow=GroundTruthOfflinePCPWorkFlow,
)
Dynamic tasks calls a launch plan.
@flytekit.dynamic
def run:
# Figures out number of iterations
ground_truth_workflow(..)
for each iteration of “run” - is it possible to safely set a timeout ?Ketan (kumare3)
varsha Parthasarathy
12/26/2022, 5:40 PMSamhita Alla
Ketan (kumare3)
varsha Parthasarathy
12/27/2022, 6:31 PMKetan (kumare3)
varsha Parthasarathy
12/27/2022, 7:00 PM