Skip to content
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

Merged
merged 4 commits into from
Apr 22, 2020
Merged

Support input artifact #104

merged 4 commits into from
Apr 22, 2020

Conversation

Tomcli
Copy link
Member

@Tomcli Tomcli commented Apr 21, 2020

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 (use python --version): 3.6.4
  • Tekton Version (use tkn version): 0.11
  • Kubernetes Version (use kubectl version): 1.16
  • OS (e.g. from /etc/os-release):

@kubeflow-bot
Copy link

This change is Reviewable

@Tomcli
Copy link
Member Author

Tomcli commented Apr 21, 2020

/unhold
rebased with the master branch

@Tomcli
Copy link
Member Author

Tomcli commented Apr 21, 2020

This will be the last PR before we do the major refactor for #96

Copy link
Member

@ckadner ckadner left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks @Tomcli
/lgtm

@ckadner
Copy link
Member

ckadner commented Apr 22, 2020

/approve

@k8s-ci-robot
Copy link

[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 /approve in a comment
Approvers can cancel approval by writing /approve cancel in a comment

@k8s-ci-robot k8s-ci-robot merged commit 8830915 into kubeflow:master Apr 22, 2020
@Tomcli Tomcli deleted the input-artifact branch May 20, 2020 17:20
HumairAK referenced this pull request in red-hat-data-services/data-science-pipelines-tekton May 16, 2023
Update DSPA routes' Insecureterminationpolicy
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Support artifact outputs
4 participants