Skip to content
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

Solve FutureWarning: APIs imported from the v1 namespace #2

Open
marrrcin opened this issue Mar 4, 2022 · 0 comments
Open

Solve FutureWarning: APIs imported from the v1 namespace #2

marrrcin opened this issue Mar 4, 2022 · 0 comments
Milestone

Comments

@marrrcin
Copy link
Contributor

marrrcin commented Mar 4, 2022

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants