Michał Wysocki
12/07/2023, 6:04 PMMarvin
12/07/2023, 6:04 PMNate
12/07/2023, 6:05 PM@flow(flow_run_name="{foo}-{bar}")
def some_scheduled_flow(foo: str, bar: int):
Michał Wysocki
12/07/2023, 6:19 PMsome_scheduled_flow.deploy(...., interval=xxx)
all the runs gets silly namesMichał Wysocki
12/07/2023, 6:19 PMrun_deployment()
(or manually invoking) works fine and sets my custom flow_run_name
Michał Wysocki
12/07/2023, 6:22 PM