Skip to main content
Summation queries Snowflake with either password or key-pair authentication, optionally 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>
  • Optionally, a warehouse for Summation to run queries in. Leave it blank to use the user’s default warehouse.
  • A username plus either a password or a key pair to authenticate with.

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