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

100350 (P0000): Request failed for external function FETCH_HTTP_DATA. Error: Remote service cannot be reached. Check the endpoint URL and try again. #1741

Open
UE-UE-UE opened this issue Nov 19, 2024 · 0 comments

Comments

@UE-UE-UE
Copy link

Snowflake for Data Lake
Chapter 2: Prepare Your Lab Environment

The following scripts cannot be executed.

insert into GBFS_JSON
select
$1 data,
$2 url,
citibike_lab.utils.fetch_http_data( url ) payload,
current_timestamp() row_inserted
from
(values
('stations', 'https://gbfs.citibikenyc.com/gbfs/en/station_information.json'),
('regions', 'https://gbfs.citibikenyc.com/gbfs/en/system_regions.json'));

select * from GBFS_JSON;

Snowflake for Data Lake - Error Message

Appreciate your advice. Thanks.

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

1 participant