-
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): enable dependency-free runtime install of kfp #9886
feat(sdk): enable dependency-free runtime install of kfp #9886
Conversation
Skipping CI for Draft Pull Request. |
89a1c33
to
4e705b7
Compare
/test all |
f89e170
to
63cf8c7
Compare
63cf8c7
to
09797e7
Compare
09797e7
to
1a76d94
Compare
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
e55885f
to
86c76d1
Compare
/hold |
/hold |
/unhold |
/test all |
@connor-mccarthy: The following test failed, say
Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes/test-infra repository. I understand the commands that are listed here. |
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
/approve
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 |
* handle problematic imports * separate runtime and compile-time symbols * wrap kfp/__init__.py imports unavailable at runtime * update component factory + tests * add runtime tests * add --no-deps flag to component factory * update release notes * clean up * handle containerized python components * update golden snapshots * update component_factory unit tests * respond to review feedback * fix runtime test and compilation logic * update tests
Description of your changes:
Compiles Python components and structures the KFP SDK such that the KFP SDK will require no additional runtime dependencies (excluding the standard library backport of
typing
viatyping-extensions
for components running Python 3.7 and Python 3.8).This:
Checklist:
used in this repository.