-
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
[bug] Unable to compile pipeline after upgrading to KFP 2.4 #10722
Comments
Does it break with SDK 2.7.0 too? |
Yes @rimolive, same error happens with 2.7 as well:
|
@rimolive: The label(s) 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. |
This is still an issue. Adding this comment so this isn't automatically closed. Because of this bug, devs are pushing back to upgrade or give up on KFP all together. |
Any updates here? |
1 similar comment
Any updates here? |
@connor-mccarthy The breaking change seems to come from this PR: #10067 I tested with compiling with SDK 2.3.0, 2.4.0, and 2.7.0. Beginning 2.4.0 the code breaks. Do you have any idea what's going on? |
You can as a workaround stick to SDK 2.3.0 until the issue is fixed. |
Since we're in platform team, that's hard to do. We've batch workflows that only compile and work with 2.4. those break if we downgrade to 2.3. |
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 is still an issues and not resolved. |
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 is still an issue. |
Also wrestling with this issue - lots of in-house tooling doesn't support as far back as 2.3 anymore so rolling back is not an option. |
Environment
I've not made any changes to the code of the KFP pipeline. It compiles successfully with 2.3 but fails to compile with 2.4.
Here's the pipeline code:
Compiled yaml with 2.3:
Error when compiling with 2.4:
How do you deploy Kubeflow Pipelines (KFP)?
We're using Vertex Pipelines for deployment.
KFP version:
2.4.0
KFP SDK version:
2.4.0
Steps to reproduce
Expected result
This code should compile with 2.4. Upgrading to 2.4 should not cause breaking changes.
Materials and reference
Labels
Impacted by this bug? Give it a 👍.
The text was updated successfully, but these errors were encountered: