Configure Snowflake
How to configure Snowflake.
In Snowflake, create a new SQL worksheet and paste in the query shown below. The query will create a Snowflake database, a warehouse, and a user with the required permissions.
After changing the MY_NAME
, MY_COMMENT
, and MY_PASSWORD
variables, run the entire query.
The example query will generate the following credentials:
Field | Example value |
---|---|
User | Y42_DEMO |
Password | my_secret_password |
Account [1] | https://<account_locator>.<cloud_region_id>.snowflakecomputing.com |
Warehouse | Y42_DEMO |
Database | Y42_DEMO |
[1] Region-specific account locator (opens in a new tab). You can retrieve this by hovering over your account in the account list and clicking on the 🔗
link icon that pops up.
Store these credentials in a secure location.