Snowflake Data Cloud Connector
>
Part III: SQL ELT with Snowflake Data Cloud Connector
>
Prepare for SQL ELT
> Verify permissions for SQL ELT
Verify permissions for SQL ELT
Permissions define the level of access for the operations that you can perform in Snowflake.
The following table lists the permissions that you require in the Snowflake account to run mappings in SQL ELT mode:
Object Type
Privileges
Database
Usage
Schema
Usage, Create Table, Create View, Create Sequence, Create Function, Create Stage
Table
All
Sequence
All
Stored Procedure
All
User Defined Function (required for semi-structured data types)
All
View
All
For more information, see
Access Control Privileges
in the Snowflake documentation.