Skip to content

Commit

Permalink
Fix typo in Snowflake GCS URL prefix (#1412)
Browse files Browse the repository at this point in the history
Corrected the URL prefix from  to  in the  and  parameters within the Snowflake integration and stage creation examples in the  file. This fixes an issue where Snowflake would throw an error due to the incorrect prefix.

Co-authored-by: labs-code-app[bot] <161369871+labs-code-app[bot]@users.noreply.github.com>
  • Loading branch information
jamesduke and labs-code-app[bot] authored Dec 19, 2024
1 parent 3bcf40d commit d3e8078
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tools/snowflake2bq/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ CREATE STORAGE INTEGRATION gcs_int
TYPE = EXTERNAL_STAGE
STORAGE_PROVIDER = GCS
ENABLED = TRUE
STORAGE_ALLOWED_LOCATIONS = ('gs://from-sf/sf-data/');
STORAGE_ALLOWED_LOCATIONS = ('gcs://from-sf/sf-data/');
```


Expand Down

0 comments on commit d3e8078

Please sign in to comment.