-
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
fix(sdk): sanitize op name. Fix #6433 #6600
fix(sdk): sanitize op name. Fix #6433 #6600
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
/assign @ji-yaqi is also looking into the issue, she can follow up on the review or alternative changes. Thanks!
Hi @lynnmatrix, thanks for your PR! For sanitizing, it might be more than replacing spaces with dashes etc. Could you use the |
I agree this would be the ideal change. That said, it also feels silly that we know that Given the bug is pretty bad, and the sanitizing everywhere would likely require some more time to fix a dozen places. Maybe we can go with this change first so it would catch the release train this week, and we can do the proposed change as part of #5831. @lynnmatrix can you please add a release note for this change? |
Sure, @chensun.
|
…e unique name for ops of the same component.
/retest |
/lgtm |
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: ji-yaqi The full list of commands accepted by this bot can be found here. The pull request process is described here
Needs approval from an approver in each of these files:
Approvers can indicate their approval by writing |
@@ -18,7 +18,7 @@ | |||
* Support re-use of PVC with VolumeOp. [\#6582](https://github.com/kubeflow/pipelines/pull/6582) | |||
* When namespace file is missing, remove stack trace so it doesn't look like an error [\#6590](https://github.com/kubeflow/pipelines/pull/6590) | |||
* Local runner supports additional docker options. [\#6599](https://github.com/kubeflow/pipelines/pull/6599) | |||
|
|||
* Fix the error that kfp v1 compiler failed to provide unique name for ops of the same component. [\#6600](https://github.com/kubeflow/pipelines/pull/6600) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This actually affected both v1 and v2 compiler.
@ji-yaqi can you please fix this description when you do the release? Thanks!
Description of your changes:
Fix #6433
Fix #6576
Fix the error that kfp v1 compiler failed to provide unique name for ops of the same component.
Checklist: