Tag your pipeline runs
You can specify tags for your pipeline runs in the following places
in the configuration file:
in code on the
@pipeline
decorator or using thewith_options
method:
If you now run this pipeline, tags from all these places will be merged and applied to the pipeline run.
Last updated