Leo Kacenjar
01/26/2023, 10:19 PMprefecthq/prefect:2-latest
Thanks!Zanie
01/26/2023, 10:23 PMprefect.context.get_run_context().flow_run.name
should do it — we don’t expose great ways to customize the name itself though yet!Leo Kacenjar
01/26/2023, 10:26 PMAttributeError: 'TaskRunContext' object has no attribute 'flow_run'
Zanie
01/26/2023, 10:26 PMLeo Kacenjar
01/26/2023, 10:26 PMZanie
01/26/2023, 10:30 PMget_run_context().flow.name
Leo Kacenjar
01/26/2023, 10:31 PM