Redpoint Interaction v7.x Documentation

Admin: Snowflake configuration

This section describes how to configure Snowflake connection for a specific Redpoint Interaction tenant running within a container application. Please follow the steps below:

  1. In the Configuration Editor’s Data Warehouse Settings section, select the Snowflake provider.

  2. Enter the required parameters such as Server, Database Name, Username, and Password. You will need to provide a value for the Host Name parameter if Snowflake is configured in a cluster other than the default.

image-20241211-120151.png
  1. Copy the JSON text template to provision the new tenant.

image-20241211-120237.png
  1. Once the tenant has been provisioned, a sample connection string is generated.

account=acme;user=user1;password=*****db=AdventureWorks
  1. For more information about Snowflake connection string parameters, please refer to https://github.com/snowflakedb/snowflake-connector-net/blob/master/doc/Connecting.md .