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

404 Build a Pipeline example #3217

Closed
r-matsuzaka opened this issue Apr 9, 2022 · 3 comments
Closed

404 Build a Pipeline example #3217

r-matsuzaka opened this issue Apr 9, 2022 · 3 comments

Comments

@r-matsuzaka
Copy link

r-matsuzaka commented Apr 9, 2022

Hello.
When I tried to run colab here.

I got 404 error at

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

HTTPError Traceback (most recent call last)
in ()
1 web_downloader_op = kfp.components.load_component_from_url(
----> 2 'https://raw.githubusercontent.com/kubeflow/pipelines/master/components/web/Download/component.yaml')

2 frames
/usr/local/lib/python3.7/dist-packages/requests/models.py in raise_for_status(self)
939
940 if http_error_msg:
--> 941 raise HTTPError(http_error_msg, response=self)
942
943 def close(self):

HTTPError: 404 Client Error: Not Found for url: https://raw.githubusercontent.com/kubeflow/pipelines/master/components/web/Download/component.yaml

Could you tell me the latest url?

@varodrig
Copy link
Contributor

@r-matsuzaka I'm closing this issue since the content changed, here's the new links and it seems issue was resolved.

https://www.kubeflow.org/docs/components/pipelines/legacy-v1/sdk/build-pipeline/
https://raw.githubusercontent.com/kubeflow/pipelines/master/components/contrib/web/Download/component.yaml

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