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
@pselden Thanks for the PR! Including version param in run_pipeline would come handy. Meanwhile, we also have an alternative to always use the latest backend api interface in client. I.e., we can use client.runs.create_run directly with our kfp client. The good thing about client.runs.create_run is that this method is automatically synced to the latest backend api interface. Similar usage includes client.pipelines.create_pipeline, client.experiments.create_experiment, client.pipeline_uploads.xxxx etc.
Currently it does not look like there is a way to choose a pipeline version when running in the kfp SDK.
https://github.com/kubeflow/pipelines/blob/master/sdk/python/kfp/_client.py#L304
The UI allows you to do with a request like:
Environment:
How did you deploy Kubeflow Pipelines (KFP)?
One click installer
KFP version: 0.2.5
KFP SDK version: 0.2.5
Anything else you would like to add:
/kind bug
The text was updated successfully, but these errors were encountered: