Redpoint Interaction v6.x Documentation
Breadcrumbs

Admin: Snowflake Configuration

This section describes how to prepare pre-requisites and configure data connections for the Snowflake data warehouse. 

  1. In a web browser, navigate to https://docs.snowflake.com/en/user-guide/odbc.html/ to download the ODBC driver.

  2. In the download folder, double click ‘snowflake64_odbc-2.23.1.msi’ and follow the installation steps.

  3. Once you have successfully installed the driver, go to Control Panel\All Control Panel Items\Administrative Tools and click ODBC Data Sources (64-bit).

  4. In the ODBC Data Source Administrator Window, click the System DSN tab. 

  5. Click the Add… button to create a new Data Source. 

  6. Find and select SnowflakeDSII Driver and click Finish. 

    image-20250917-184601.png
  7. In the Snowflake Configuration dialog, supply all the required parameters. 

    • The Server parameter should be set to <Snowflake_account>.snowflakecomputing.com (where Snowflake_account is a valid Snowflake account name). 

    • Set the Tracing parameter to 6.

    • Finally, set the NoProxy parameter to *.amazonaws.com

      image-20250917-184632.png
  8. To get details of the required parameters in Step #7, in a web browser, log into your Snowflake account.  

  9. Once logged in, click ‘WorkSheets’, and click ‘Context’ settings. 

    image-20250917-184645.png
  10. Make sure that you have access to a Warehouse, Database and Schema. Take note of the settings here as you will use this to configure the Snowflake DSN parameters.

  11. Return to step 6.  Once all set, click OK.