We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Right now we're using mostly v1 APIs from kfp.dsl, which causes a warning:
FutureWarning: APIs imported from the v1 namespace (e.g. kfp.dsl, kfp.components, etc) will not be supported by the v2 compiler since v2.0.0
We should solve those issues to make our plug-in up-to-date. There is a namespace with similar classes:
from kfp.v2.components.experimental.structures import ComponentSpec # and others...
But the API is not 1:1 compatible, so right now it's a breaking change for us.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Right now we're using mostly v1 APIs from kfp.dsl, which causes a warning:
We should solve those issues to make our plug-in up-to-date. There is a namespace with similar classes:
But the API is not 1:1 compatible, so right now it's a breaking change for us.
The text was updated successfully, but these errors were encountered: