-
Notifications
You must be signed in to change notification settings - Fork 1.6k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Pipeline name does not show up when submitting from SDK #347
Labels
Comments
SinaChavoshi
changed the title
Experiment name does not show up when submitting using DSL
Experiment name does not show up when submitting using kpf libraries
Nov 21, 2018
This is a dupe of #75. The root cause is we don't yet support showing runs with an embedded pipeline spec. |
yes :) thank you. |
yebrahim
changed the title
Experiment name does not show up when submitting using kpf libraries
Pipeline name does not show up when submitting from SDK
Nov 21, 2018
Yes, closing. |
Linchin
pushed a commit
to Linchin/pipelines
that referenced
this issue
Apr 11, 2023
…d IP. (kubeflow#347) * Add a playbook for dealing with the NFS volume being full.
HumairAK
pushed a commit
to red-hat-data-services/data-science-pipelines
that referenced
this issue
Mar 11, 2024
* add release deployment yaml * Apply suggestions from code review Co-authored-by: Animesh Singh <singhan@us.ibm.com> * update title to match with suggestions Co-authored-by: Animesh Singh <singhan@us.ibm.com>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
when submitting an experiment using the
client = kfp.Client()
client.run_pipeline(experiment.id, run_name, 'some_pipeline.tar.gz', params)
The pipeline does not get added, also on run history on the UI the Pipeline name is blank.
https://screenshot.googleplex.com/1ZyaugOVaP5
The text was updated successfully, but these errors were encountered: