- Cloud Amplifier
- Snowflake Enterprise OAuth Connector
- Snowflake Key Pair Authentication Connector
- Snowflake OAuth Connector
Intro
Snowflake is data warehouse that makes it easy to bring together all your data and make it available to all of the users and systems that need to analyze it. You can use Domo’s Snowflake connector to retrieve data from a specified warehouse, database, and database schema by inputting an SQL query. For more information about the Snowflake API, go to https://docs.snowflake.net/manuals. The Snowflake connector is a “Database” connector, meaning it retrieves data from a database using a query. In the Data Center, you can access the connector page for this and other Database connectors by clicking Database in the toolbar at the top of the window. This topic discusses the fields and menus that are specific to the Snowflake connector user interface. For general information about adding DataSets, setting update schedules, and editing DataSet information, see Adding a DataSet Using a Connector.Prerequisites
To connect to a Snowflake database and create a DataSet, you must have the following:-
The full name of your account (provided by Snowflake). This is the portion of your Snowflake URL immediately following
https://.
Note that your full account name may include additional segments that identify the region and cloud platform where your account is hosted. The following table provides account name examples by cloud platform/region. For each row, it assumes your account name is “xy12345.”

- The username and password for your Snowflake account.
Connecting to Your Snowflake Account
This section enumerates the options in the Credentials and Details panes in the Snowflake Connector page. The components of the other panes in this page, Scheduling and Name & Describe Your DataSet, are universal across most connector types and are discussed in greater length in Adding a DataSet Using a Connector.Credentials Pane
This pane contains fields for entering credentials to connect to your Snowflake account. The following table describes what is needed for each field:Field | Description |
|---|---|
Account Name | Enter the name of your account (provided by Snowflake). For US West Region account_name , and All other regions account_name.region_id . |
Host | Enter the Host name (provided by Snowflake). For example, snowflakecomputing.com , snowflakecomputing.cn |
Username | Enter the username associated with your Snowflake account. |
Password | Enter the password associated with your Snowflake account. |
Role | Enter your role. |
Details Pane
This pane contains a number of fields and menus for entering your SQL query and specifying the location of the data you want to retrieve.Parameter | Description | ||||||||
|---|---|---|---|---|---|---|---|---|---|
Query Type | Select the query type.
| ||||||||
Query | Enter the SQL query to use to retrieve your data. You can use the Query Helper parameter to help you write a usable SQL query. To use the Query Helper , do the following:
| ||||||||
Warehouses | Select the warehouse containing the data you want to retrieve. The list populates with all of the warehouses you have access to based on your credentials. | ||||||||
Databases | Select the database containing the data you want to retrieve. The list populates with all of the databases you have access to based on your credentials. | ||||||||
Database Schema | Select the database schema containing the data you want to retrieve. The list populates with all of the schemas you have access to based on your credentials. | ||||||||
Database Objects | Select the database object from the drop-down list. | ||||||||
Database Tables (Optional) | Select the database table you want to retrieve. The list populates with all of the tables you have access to based on your credentials. If you do not select a database table, the connector retrieves your entire database schema. | ||||||||
Table Columns (Optional) | Select the table columns you want to retrieve. The list populates with all of the columns you have access to based on your credentials. If you do not select a table column, the connector retrieves your entire selected database table. | ||||||||
Query Helper (Optional) | When you select warehouses, databases, schemas, tables, etc. from the above menus, a usable SQL query is built for you in this field. Copy and paste the SQL statement in this field into the Query field. For more information, see the entry for Query , above. | ||||||||
Database Views | Select the database view. | ||||||||
View Columns | Select which view columns you want to include in your report. | ||||||||
| Fetch Size (Optional) | Enter a fetch size for memory performance. If this field is left blank, the default value of 1000 will be used. If the DataSet throws an “Out of memory” error, try decreasing the fetch size. | ||||||||
| Convert BIGINT to LONG | Select this checkbox if you want to convert BIGINT columns to LONG. | ||||||||
| Disable NetWork Timeout | Select this checkbox if you observe errors regarding network timeout. | ||||||||
| Query Tag | This is an optional parameter that can be used to tag connector SQL executions in Snowflake as a Query Tag . | ||||||||
| Convert Columns to String | Enter the column names separated by comma to convert the columns to string. For example, column1, column2, column3. |
Other Panes
For information about the remaining sections of the connector interface, including how to configure scheduling, retry, and update options, see Adding a DataSet Using a Connector.
FAQs
When should I use this connector?
When should I use this connector?
What permissions do I need on Snowflake?
What permissions do I need on Snowflake?
What kind of credentials do I need to power up this connector?
What kind of credentials do I need to power up this connector?
Can I use the same account to create multiple datasets?
Can I use the same account to create multiple datasets?
How do I find the Input Dataset ID?
How do I find the Input Dataset ID?
https://customer.domo.com/datasources/aaaaaaaa-bbbb-cccc-dddd-eeeeeeeeeeee/details/settingsAre there any API limits I should be aware of?
Are there any API limits I should be aware of?
How frequently will my data update?
How frequently will my data update?
What should I be aware of while writing a query?
What should I be aware of while writing a query?
Why can't I connect to my Snowflake database? Do I need to whitelist any IP addresses?
Why can't I connect to my Snowflake database? Do I need to whitelist any IP addresses?
Is this a Production-level connector?
Is this a Production-level connector?
Why are the lists of warehouses, databases, schemas, etc. not populating correctly?
Why are the lists of warehouses, databases, schemas, etc. not populating correctly?
How do I get a client id and secret to use with this connector?
How do I get a client id and secret to use with this connector?
Do I need to share the client id and secret with each user who wants to use this connector?
Do I need to share the client id and secret with each user who wants to use this connector?