You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
run = client.run_pipeline(
experiment_id=experiment.experiment_id,
params=metadata,
job_name=run_name,
pipeline_id=pipeline.pipeline_id
)
Results in
ValueError: To run a pipeline from an existing template, both `pipeline_id` and `version_id` are required.
Expected result
Documentation says for version_id:
ID of the pipeline version to run. If both pipeline_id and version_id are specified, version_id will take precendence. If only pipeline_id is specified, the default version of this pipeline is used to create the run.
Materials and Reference
Impacted by this bug? Give it a 👍.
The text was updated successfully, but these errors were encountered:
Environment
2.10
2.10.x
Steps to reproduce
Submit a pipeline run. E.g.
Results in
Expected result
Documentation says for
version_id
:Materials and Reference
Impacted by this bug? Give it a 👍.
The text was updated successfully, but these errors were encountered: