José Duarte
prefect.context.get("running_with_backend")
Anna Geller
from prefect import flow, context @flow def xxx(): x = context.get_run_context() print(x.flow_run.deployment_id)