Snowflake as Target
Fivetran Local Data Processing supports integrating changes into Snowflake location. This section describes the configuration requirements for integrating changes (using and ) into Snowflake location. For the list of supported Snowflake versions into which Local Data Processing can integrate changes, see in .
Local Data Processing uses the Snowflake ODBC driver to write data into Snowflake during and .
The preferred methods for writing data into Snowflake are using and as they provide better performance. However, it is required to create staging files on a temporary location to perform and . For more information about staging, see section .
Grants for Integrate and Refresh
This section lists the grants required for integrating changes into Snowflake.
The user (Role) should have permission to read and change replicated tables.
grant all privileges on future tables in database databasename to role rolename; grant select, insert, update, delete, truncate on future tables in database databasename to role rolename;content_copyThe user (Role) should have permission to create and drop Local Data Processing state tables.
The user (Role) should have permission to create and drop tables when will be used to create target tables.
grant usage, modify, create table on schema schemaname in database databasename to role rolename;content_copy
Comments
0 comments
Please sign in to leave a comment.