-
Notifications
You must be signed in to change notification settings - Fork 839
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
Update component.yaml to kfp v2 sdk #259
Conversation
Update component.yaml to kfp v2 compatible. In v2, you need to declare the data type for all of the input/output arguments. Signed-off-by: Yihong Wang <yh.wang@ibm.com>
/cc @Tomcli |
So KFP is working on a new v2 design that requires few extra fields from its components. Part of the requirements is to specify the input/output parameter type for all the KFP components for the new design. This PR is to address this change. |
From your response, it seems like |
yes it will preserve backward compatibility. Nothing will break from this PR. Sorry I probably didn't interpret your message correctly in my last comment. |
Ok approved and merged. |
thanks @nrkarthikeyan |
Update component.yaml to kfp v2 sdk
Update component.yaml to kfp v2 compatible. In v2,
you need to declare the data type for all of the input/output
arguments.
Signed-off-by: Yihong Wang yh.wang@ibm.com