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

feat(sdk)!: throw error for output_component_file #7390

Merged
merged 2 commits into from
Mar 9, 2022

Conversation

ji-yaqi
Copy link
Contributor

@ji-yaqi ji-yaqi commented Mar 9, 2022

Description of your changes:

Checklist:

@connor-mccarthy
Copy link
Member

/lgtm
/approve

Looks good!

@google-oss-prow
Copy link

[APPROVALNOTIFIER] This PR is APPROVED

This pull-request has been approved by: connor-mccarthy

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

@google-oss-prow google-oss-prow bot merged commit d695ec5 into kubeflow:master Mar 9, 2022
@@ -91,6 +91,10 @@ def pipeline():
Returns:
A component task factory that can be used in pipeline definitions.
"""
if output_component_file is not None:
raise Exception("output_component_file is not supported yet in v2 early"
Copy link
Member

Choose a reason for hiding this comment

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

nit: NotImplementedError might be a better choice here than Exception.

No need to create a PR for this, but if we ever touch this file again before we implement it, we may consider updating it.

/cc @ji-yaqi @connor-mccarthy

@google-oss-prow
Copy link

@chensun: GitHub didn't allow me to request PR reviews from the following users: ji-yaqi.

Note that only kubeflow members and repo collaborators can review this PR, and authors cannot review their own PRs.

In response to this:

nit: NotImplementedError might be a better choice here than Exception.

No need to create a PR for this, but if we ever touch this file again before we implement it, we may consider updating it.

/cc @ji-yaqi @connor-mccarthy

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.

abaland pushed a commit to abaland/pipelines that referenced this pull request May 29, 2022
* feat(sdk)!: throw error for output_component_file

* Update readme
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.

3 participants