https://prefect.io logo
b

Braun Reyes

12/13/2019, 6:14 AM
trying to do something like this
Copy code
flow_id = prefect.context.get("flow_id", "unknown")[:8]
flow_version = int(prefect.context.get("version", "0"))