-
Notifications
You must be signed in to change notification settings - Fork 122
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
Support input artifact #104
Conversation
/unhold |
This will be the last PR before we do the major refactor for #96 |
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 @Tomcli
/lgtm
/approve |
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: ckadner 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 |
Update DSPA routes' Insecureterminationpolicy
Which issue is resolved by this Pull Request:
Resolves #64
Description of your changes:
This is a follow up PR for #92 to support input artifacts. In KFP, the input artifacts are passed from the parameter outputs and loaded as a file instead of loading it from S3. The implementation details are located at
https://github.com/kubeflow/pipelines/blob/master/sdk/python/kfp/compiler/_op_to_template.py#L123-L145
https://github.com/kubeflow/pipelines/blob/master/sdk/python/kfp/compiler/_op_to_template.py#L223-L225
From the source code, you can see there's no S3 involved with passing inputs as artifacts in all cases. The only limitation we have right now is missing #63 for big file compression which none of the example or test is using it.
Put it on hold for now until we merged #92 for the artifact support.
/hold
Environment tested:
python --version
): 3.6.4tkn version
): 0.11kubectl version
): 1.16/etc/os-release
):