-
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
SDK - Added support for loading zip-packed components #931
SDK - Added support for loading zip-packed components #931
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
d4d738d
to
f42ae2c
Compare
The zip-packed components are supported in all load_component APIs: kfp.components.load_component kfp.components.load_component_from_file kfp.components.load_component_from_url kfp.components.ComponentStore.load_component
f42ae2c
to
6697117
Compare
@hongye-sun , can you re-LGTM please? |
/lgtm |
/approve |
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: Ark-kun 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 |
1 similar comment
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: Ark-kun 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 |
The zip-packed components are supported in all load_component APIs: `kfp.components.load_component` `kfp.components.load_component_from_file` `kfp.components.load_component_from_url` `kfp.components.ComponentStore.load_component`
) Bumps [jinja2](https://github.com/pallets/jinja) from 2.11.2 to 2.11.3. - [Release notes](https://github.com/pallets/jinja/releases) - [Changelog](https://github.com/pallets/jinja/blob/master/CHANGES.rst) - [Commits](pallets/jinja@2.11.2...2.11.3) Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
* Update api docs * Update doc * Add newline * update doc * Fix CI test config * Fix custom example data plane instruction
The zip-packed components are supported in all
load_component
APIs:kfp.components.load_component
kfp.components.load_component_from_file
kfp.components.load_component_from_url
kfp.components.ComponentStore.load_component
This change is