-
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
Using set_display_name results in ‘Cannot Find Producer Task’ error in Kubeflow Pipelines #11173
Comments
As workaround you can do python wrapper for component. Real problem caused in api-server + argoworkflow. There are mismatch between names. |
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions. |
This issue has been automatically closed because it has not had recent activity. Please comment "/reopen" to reopen it. |
/reopen |
@lewmatcin: You can't reopen an issue/PR unless you authored it or you are a collaborator. In response to this:
Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes/test-infra repository. |
/reopen |
@milosjava: Reopened this issue. In response to this:
Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes/test-infra repository. |
Environment
Kubeflow version: 1.9
KFP SDK version: 2.8.0
Backend: Argo
Steps to reproduce
Here is the Python code that reproduces the issue:
Expected result
The pipeline should run successfully with the set_display_name method used.
Actual result
Pipeline fails in divide component with error message:
Impacted by this bug? Give it a 👍.
The text was updated successfully, but these errors were encountered: