Hi all small question,
Is is possible to name the runs themselves?
I'm using Prefect Core and it's making up the names for the run itself. I would prefer to make own myself with timestamp_variable so that I can use the same flow for multiple configs (yaml files).
k
Kevin Kho
07/26/2021, 5:02 AM
Hey @Luuk, try using the RenameFlowRun task ? It will pull the current flow run id from context if you don’t pass one.