Snowflake as Source - DSS 6 | Data Source Solutions Documentation

Documentation: Snowflake as Source - DSS 6 | Data Source Solutions Documentation

Snowflake as Source

Capture is not supported from Snowflake location.

Compare and Refresh from Snowflake

Data Source Solutions DSS allows you to perform only Compare and Refresh from Snowflake location. This section describes the configuration requirements for performing only Compare and Refresh from Snowflake location.

DSS supports refreshing both tables and views from a Snowflake location. Support for refreshing views is available since version 6.1.5/8.

Grants for Compare and Refresh from Snowflake

This section lists the grants required for performing only Compare and Refresh from Snowflake location.

  • To read from Snowflake location, the user (ROLE) must be granted the <b>select</b> privilege.
    grant select on <em>tablename</em> to <em>username</em>;