Snowflake
Last updated
Was this helpful?
Last updated
Was this helpful?
Setting up the Persistence Engine for Snowflake involves setting up Snowflake entities (warehouse, database, schema, user, and role) in the Snowflake console.
This page describes the step-by-step process of setting up the Snowflake destination connector.
A Snowflake account with the role. If you don’t have an account with the ACCOUNTADMIN
role, contact your Snowflake administrator to set one up for you.
To set up the Snowflake destination connector, you first need to create Whaly-specific Snowflake entities (a warehouse, database, schema, user, and role) with the OWNERSHIP
permission to write data into Snowflake, track costs pertaining to Whaly, and control permissions at a granular level.
You can use the following script in a new to create the entities:
.
Edit the following script to change the password to a more secure password and to change the names of other resources if you so desire.
Execute the script as an ACCOUNTADMIN
user (check on the top right corner of the Worksheet interface).