diff --git a/src/zenml/new/pipelines/pipeline.py b/src/zenml/new/pipelines/pipeline.py index f8aacdcd2f9..327259b5436 100644 --- a/src/zenml/new/pipelines/pipeline.py +++ b/src/zenml/new/pipelines/pipeline.py @@ -1090,6 +1090,7 @@ def _get_pipeline_analytics_metadata( Args: deployment: The pipeline deployment to track. stack: The stack on which the pipeline will be deployed. + run_id: The ID of the pipeline run. Returns: the metadata about the pipeline deployment