Hi folks,
Is there a way to get meta of flow run ( like, flow run name, started time etc.) inside the flow run.
For example,
few of my task inside the flow run inserts data in a database, so for monitoring and logging purpose I want to map flow run to those inserts, so think of like adding few columns to the table in db, named
prefect_flow_run_id
and
prefect_flow_version
and inserting those params in the db