alex
01/05/2023, 10:32 PMget_run_context().flow.name
from the flow context but am unable to find an equivalent on the task levelZanie
01/05/2023, 10:37 PMFlowRunContext.get()
to retrieve the flow run context from a task, but if tasks are sent to run somewhere else (e.g. with Dask) it will be None
alex
01/05/2023, 10:38 PMAndrew
02/22/2023, 6:11 PMZanie
02/22/2023, 6:12 PMAndrew
02/22/2023, 6:13 PMZanie
02/22/2023, 6:15 PMAndrew
02/22/2023, 6:16 PMprefect.context
object, but that seems suboptimalZanie
02/22/2023, 6:18 PMAndrew
02/22/2023, 6:19 PMZanie
02/22/2023, 6:19 PMAndrew
02/22/2023, 6:20 PMZanie
02/22/2023, 6:20 PMAndrew
02/22/2023, 6:21 PMParentContextAwareTask
🤔Zanie
02/22/2023, 6:22 PMAndrew
02/22/2023, 6:22 PM