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

Build a Pipeline - wrong url to web_downloader_op component #3161

Closed
boczekbartek opened this issue Feb 23, 2022 · 3 comments
Closed

Build a Pipeline - wrong url to web_downloader_op component #3161

boczekbartek opened this issue Feb 23, 2022 · 3 comments

Comments

@boczekbartek
Copy link

The link to the web/Download component doesn't work.

Documentation link: Build your pipeline
Markdown file link: Github

Current version:

web_downloader_op = kfp.components.load_component_from_url(
    'https://raw.githubusercontent.com/kubeflow/pipelines/master/components/web/Download/component.yaml')

Possible fix:

web_downloader_op = kfp.components.load_component_from_url(
    'https://raw.githubusercontent.com/kubeflow/pipelines/master/components/contrib/web/Download/component.yaml')
@varodrig
Copy link
Contributor

@boczekbartek I'm closing this issue since the content doesn't longer exists. please reach out if you need anything.

@varodrig
Copy link
Contributor

/close

Copy link

@varodrig: Closing this issue.

In response to this:

/close

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants