@Marvin in prefect 2 is there any way to rename a flow run besides the
flow_run_name
parameter?
m
Marvin
11/04/2024, 5:50 PM
In Prefect 2, the primary method to set or rename a flow run is through the
flow_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.
Bring your towel and join one of the fastest growing data communities. Welcome to our second-generation open source orchestration platform, a completely rethought approach to dataflow automation.