ORGANIZATION-ACCOUNT
).💡 Note: It is highly recommended to use a user account with the least necessary privileges for this integration. See the Required Snowflake Permissions section for details.
ORGANIZATION-ACCOUNT
(e.g., ODWKPWH.QZE19753
).ALTER USER <username> SET RSA_PUBLIC_KEY='<public_key_content>';
command.ORGANIZATION-ACCOUNT
).USAGE
privilege on the target Warehouse.USAGE
privilege on the target Database.USAGE
privilege on the target Schema(s) in the database.SELECT
privilege on the specific Tables in the schema(s) that you want the tools to query metadata for and run queries against.ACCOUNTADMIN
or SECURITYADMIN
) can use the following SQL template to create a dedicated read-only role and user with the necessary grants:
⚠️ Warning: Ensure that these steps are carried out from an account with sufficient privileges (e.g.,ACCOUNTADMIN
orSECURITYADMIN
) to create a new user account and manage grants.