-
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
chore(sdk): add deprecation warnings for v2 #6851
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
/lgtm
Thanks!
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: chensun The full list of commands accepted by this bot can be found here. The pull request process is described here
Needs approval from an approver in each of these files:
Approvers can indicate their approval by writing |
…e-1.8 branch (kubeflow#6852) * fix(sdk): fix cloud scheduler's job name (kubeflow#6844) * chore(sdk): add deprecation warnings for v2 (kubeflow#6851) * chore(sdk): Release 1.8.8 off `sdk/release-1.8` branch (kubeflow#6853) Co-authored-by: Trs <trsnium@gmail.com> Co-authored-by: Yaqi Ji <jiyaqi0712@gmail.com>
Warning for upcoming changes in 2.0.0.
v2 compiler: 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. Please consider switching to v1 namespace with v1 compiler, or switching to v2 completely.Custom job from experimental folder will be removed. Please consider using Vertex AI SDK for custom jobs and other functionalities.
AIPlatformClient will be deprecated in 2.0.0. Please consider using PipelineJob in Vertex AI SDK for submitting pipelines.