Accelerate the Value of Data

Integrate the Snowflake account with the AWS S3 bucket

Learn how to create the Snowflake integration in your Snowflake environment.

Once you successfully validate the connection between Reltio and the S3 bucket, the next step is to integrate your Snowflake account with the S3 bucket in AWS. The integration references the value in the Role ARN field mentioned in Create an AWS IAM role with an external ID.
To create an integration between Snowflake and AWS:
  1. Log in to your Snowflake environment.
  2. In the worksheet area, enter the integration name. For example: create storage integration s3_integration.
  3. Enter the following values:
    1. type: Enter 'external_stage' as the integration name. For example: type = external_stage.
    2. storage_provider: Enter 's3' as the storage provider name. For example: storage_provider = s3.
    3. enabled: Enter 'true' to enable the stage. For example: enabled = true.
    4. storage_aws_role_arn: Enter the value in the Role ARN field. For example: storage_aws_role_arn = arn:aws:iam::001234567890:role/myrole.
    5. storage_allowed_locations: Enter the complete path of the S3 bucket. For example: example: storage_allowed_locations = (‘s3://mybucket1/mypath1/').