-
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
feat(sdk): Add pipeline_task_name to PipelineTaskFinalStatus #7464
Conversation
@@ -16,7 +16,7 @@ google-cloud-storage>=1.20.0,<2 | |||
# NOTE: Maintainers, please do not require google-auth>=2.x.x | |||
# Until this issue is closed | |||
# https://github.com/googleapis/google-cloud-python/issues/10566 | |||
kfp-pipeline-spec>=0.1.13,<0.2.0 | |||
kfp-pipeline-spec>=0.1.14,<0.2.0 |
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.
This change itself doesn't have a hard dependency on the new version, but it's related.
/lgtm |
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
@@ -15,7 +17,8 @@ | |||
* Fix wrong kfp import causes wrong sdk_version being set in pipeline_spec. [\#7433](https://github.com/kubeflow/pipelines/pull/7433) | |||
* Use YAML as default serialization format for package IR [\#7431](https://github.com/kubeflow/pipelines/pull/7431) | |||
* Support submitting pipeline IR in yaml format via `kfp.client`. [\#7458](https://github.com/kubeflow/pipelines/pull/7458) | |||
* Enable pip installation from custom PyPI repository [\#7453](https://github.com/kubeflow/pipelines/pull/7453) |
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.
Thanks for moving this 👍🏻
/hold |
@chensun, looks good! Approve when you'd like to merge. /remove-approve |
/remove-approve |
/lgtm Thanks! |
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: ji-yaqi 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 |
…w#7464) * Add pipeline_task_name to PipelineTaskFinalStatus * release note
Description of your changes:
Checklist: