-
Notifications
You must be signed in to change notification settings - Fork 0
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
load_components_from_url()
fails to load a yaml file present in the GCS bucket
#1
Comments
|
Error: /opt/conda/lib/python3.7/site-packages/kfp/components/_components.py in load_component_from_url(url, auth) /opt/conda/lib/python3.7/site-packages/kfp/components/_components.py in _load_component_spec_from_url(url, auth) /opt/conda/lib/python3.7/site-packages/kfp/components/_components.py in _load_component_spec_from_yaml_or_zip_bytes(data) /opt/conda/lib/python3.7/site-packages/kfp/components/_components.py in _load_component_spec_from_component_text(text) /opt/conda/lib/python3.7/site-packages/kfp/components/_yaml_utils.py in load_yaml(stream) /opt/conda/lib/python3.7/site-packages/kfp/components/_yaml_utils.py in ordered_load(stream, Loader, object_pairs_hook) /opt/conda/lib/python3.7/site-packages/yaml/init.py in load(stream, Loader) /opt/conda/lib/python3.7/site-packages/yaml/constructor.py in get_single_data(self) /opt/conda/lib/python3.7/site-packages/yaml/composer.py in get_single_node(self) /opt/conda/lib/python3.7/site-packages/yaml/parser.py in check_event(self, *choices) /opt/conda/lib/python3.7/site-packages/yaml/parser.py in parse_document_start(self) ParserError: expected '', but found '' |
The text was updated successfully, but these errors were encountered: