Name your pipeline runs
Last updated
Last updated
In the output logs of a pipeline run you will see the name of the run:
This name is automatically generated based on the current date and time. To change the name for a run, pass run_name
as a parameter to the with_options()
method:
Pipeline run names must be unique, so if you plan to run your pipelines multiple times or run them on a schedule, make sure to either compute the run name dynamically or include one of the following placeholders that ZenML will replace:
{date}
will resolve to the current date, e.g. 2023_02_19
{time}
will resolve to the current time, e.g. 11_07_09_326492