alert-grass-20163
09/11/2024, 12:47 PM@workflow
def override_wf(image: str = "default-image") -> str:
out1 = step1()
# Seems not to work :(
out2 = step2(var=out1).with_overrides(container_image=image)
alert-oil-1341
09/11/2024, 1:03 PMalert-oil-1341
09/11/2024, 1:05 PMmysterious-painter-66441
09/18/2024, 4:43 PMstep2(var=out1).with_overrides(container_image=image)
is in type of promise, but contrainer_image
wants a string.mysterious-painter-66441
09/18/2024, 4:43 PMalert-grass-20163
09/19/2024, 11:51 AMmysterious-painter-66441
09/19/2024, 6:19 PM