Tomas Moreno
11/04/2024, 5:50 PMflow_run_name
parameter?Marvin
11/04/2024, 5:50 PMflow_run_name
parameter when you create the flow run. Based on my search through the documentation, there doesn't appear to be an alternative method to rename a flow run after it has been created or during execution through Prefect 2.x's official APIs or features.
If you need a different naming mechanism, you would need to ensure the desired name is set during the initial creation of the flow run itself using the flow_run_name
parameter. For more detailed guides and usage, you can check out the official Prefect documentation: Prefect 2.x Docs.