Accelerate the Value of Data

Create an external stage in Snowflake for GCP

Learn how to create an external stage.

Create an external stage to reference Reltio's data files and load them into Snowflake.

To create an external stage in your Snowflake environment:

  1. In the worksheet area, enter the stage name. For example: create or replace stage {database}.{schema}.{stage_name}.
  2. url: Enter the storage_allowed_locations value from Get the GCP service account and allowed location for your Snowflake account.
  3. storage_integration: Enter the storage_integration value from Create a cloud storage integration in Snowflake for GCP.
  4. enabled: Enter true to enable the integration.