Braun Reyes
12/13/2019, 6:12 AMChris White
12/13/2019, 6:32 AMflow{id}
to this query: https://github.com/PrefectHQ/prefect/blob/master/src/prefect/cli/execute.py#L44-L51 and then you can access both version and ID via:
flow_run.version
flow_run.flow.id
and then pass this data down to environment.setup
, either via kwarg or contextBraun Reyes
12/13/2019, 1:58 PM