Anton L.
02/20/2024, 1:47 PMMarvin
02/20/2024, 1:47 PMprefect.context.get_run_context()get_run_context()python
from prefect import context
flow_run_context = context.get_run_context().flow_run
# Access specific attributes of the flow run context here