Accelerate the Value of Data

Create an external AWS S3 stage in Snowflake

Learn how to create an external stage from the S3 bucket that we can use to load data into staging tables.

Create an external stage to reference Reltio’s data files and load them into Snowflake. For more information, see Creating an S3 stage.

To create an external stage in your Snowflake environment:

  1. In the worksheet area, enter the stage name. For example: create or replace stage snowflake_stage.
  2. url: Enter the complete path of the S3 bucket. For example: url = ‘s3://snowflake-rds-stage-test/environment name/tenantId/’.
  3. storage_integration: Enter the integration name. For example: storage_integration = s3_integration.