Jon
04/10/2023, 9:35 PMflow_run_name
in prefect 1. looks like the flow run name gets updated in the client in RenameFlowRun.run
, but the prefect context doesn't. is there an easy way to update the prefect context's flow_run_name
?Jon
04/11/2023, 4:04 PMBianca Hoch
04/11/2023, 5:25 PMJon
04/11/2023, 5:38 PMJon
04/11/2023, 5:39 PMBianca Hoch
04/11/2023, 5:49 PMJon
04/11/2023, 5:50 PMJon
04/11/2023, 5:51 PMJon
04/11/2023, 5:52 PMwith Flow():
with prefect.context(flow_run_name=flow_run_name):
...
Jon
04/11/2023, 5:52 PM