Skip to main content
Summation queries Snowflake using a username and password, scoped to a warehouse and role you specify.

What you’ll need

Click on View account details link from the menu as seen below:
Snowsight Gs Account Details
Switch to the Config File tab on the Account Details modal, we need the following fields from the code block displayed there
Snowflake Account
  • A Snowflake account identifier, that would be of the form <orgname>-<account_name>
  • A warehouse Summation can use to run queries.
  • A username and password that can be used to authenticate

Form fields

On Summation side, on the Snowflake connection details page, you can enter the fields we noted above into the form:
Create a dedicated SUMMATION_USER and SUMMATION_ROLE rather than re-using a personal login. Easier to audit, and you can rotate credentials without disrupting humans.

Setup SQL

Run as ACCOUNTADMIN (or another role with sufficient privileges):
For more on grants, see GRANT <privileges> in the Snowflake docs.

Adding datasets

After saving the connection, browse the tree of databases and schemas in the dataset picker and select tables or views. Each dataset’s source reference looks like:

Common problems