Rahul Mehta
01/24/2023, 10:12 PMKetan (kumare3)
Rahul Mehta
01/24/2023, 11:46 PMKetan (kumare3)
Rahul Mehta
01/24/2023, 11:47 PMKetan (kumare3)
my_fixed_lp = LaunchPlan.get_or_create(
name="always_2_lp", workflow=my_wf, fixed_inputs={"val": 2}
)
square_2 = my_fixed_lp()
# error:
# square_1 = my_fixed_lp(val=1)
Rahul Mehta
01/24/2023, 11:47 PMget_or_create
just returns a callable?Ketan (kumare3)
Rahul Mehta
01/24/2023, 11:47 PMKetan (kumare3)
Rahul Mehta
01/24/2023, 11:48 PMKetan (kumare3)
Rahul Mehta
01/24/2023, 11:49 PMSamhita Alla
Slackbot
01/25/2023, 7:54 AMRahul Mehta
01/25/2023, 2:01 PM--remote
flag to serialize/deploy to the clusterNiels Bantilan
01/25/2023, 3:10 PM