Create a cloud storage integration in Snowflake for GCP
Learn how to create an integration.
To create a storage integration in your Snowflake environment:
- In the worksheet area, enter the integration name. For example: create or replace storage integration snowflake_gcp_integration.
- type: Enter EXTERNAL_STAGE as the type of integration.
- storage_provider: Enter GCS as the storage provider.
- enabled: Enter true to enable the integration.
- storage_allowed_locations: Enter the location. For example: ('gcs://<bucket>/<path>/', 'gcs://<bucket>/<path>/').
- storage_blocked_locations: Enter the location. For example: ('gcs://<bucket>/<path>/', 'gcs://<bucket>/<path>/').