<@ULVA73B9P> is there an easy way to rename the fl...
# ask-community
t
@Marvin is there an easy way to rename the flow run name, for example, somewhere in the flow I do:
file_name = generate_daily_file_name(_value_date_=_report_date_)
after
file_name
is generated, i'd like to set the current
flow_run_name
to this
m
To assist you effectively, I need to determine your version of Prefect as the approach might differ between versions. Could you please confirm your Prefect version? If you are unsure, you can typically find this information by running
prefect version
in your terminal.
t
version 3.0.11
@Marvin