Tableau Desktop



This article describes how to connect Tableau to a Snowflake data warehouse and set up the data source.

Before you begin

Before you begin, gather this connection information:

  • Name of the server name that you want to connect to
  • Authentication method:
    • OAuth
    • Username and Password
    • Okta Username and Password
  • Sign in credentials depend on the authentication method you choose
  • (Optional) Initial SQL statement to run every time Tableau connects

Driver required

This connector requires a driver to talk to the database. The walking dead 2 for mac. You might already have the required driver installed on your computer. If the driver is not installed on your computer, Tableau displays a message in the connection dialog box with a link to the Driver Download(Link opens in a new window) page where you can find driver links and installation instructions.

Note: To support using OAuth with Snowflake, you must install the latest ODBC driver from Snowflake (currently version 2.21).

Make the connection and set up the data source

Tableau

After the installation process is finished, open Tableau Desktop. This launches the Tableau Registration form where you can register and activate your product. Fill out the fields on the registration form and then click Activate Tableau. If you are activating Tableau Desktop as a trial, click Start trial now at the bottom of the screen. Select one of the following options. Tip: If you use Tableau Desktop, see Create Dashboard Layouts for Different Device Types to create unique layouts optimized for desktop computers, tablets, and phones. In addition to adapting to different screen sizes, each device layout can contain different items.

Connect Tableau to your data

  1. Start Tableau and under Connect, select Snowflake. For a complete list of data connections, select More under To a Server.
  2. Enter the name of the server that you want to connect to.
  3. Select the Authentication method: Username and Password, SAML IdP, or Sign in using OAuth.
  4. Enter the information that you are prompted to provide. The information you are prompted for depends on the authentication method you choose.
    • If you select SAML IdP, enter the Username and Password, then in the SAML IdP (Okta) field, enter the URL for the SAML IdP server. Proceed to step 5.
    • If you select Sign in using OAuth follow these steps:
      1. Select Initial SQL if you want to run a SQL command at the beginning of every connection. For more information, see Run Initial SQL.
      2. Select Sign In.
      3. In the web page that opens, log in to Snowflake by entering your User Name and Password and selecting Log In. Or select Single Sign On if Snowflake is configured to support SSO.
      4. Click OK to confirm authorization to access your Snowflake data.
      5. Close the browser window and return to Tableau.
      6. Proceed to the next section, 'Set up the data source.'
  5. (Optional) Select Initial SQL to specify a SQL command to run at the beginning of every connection, such as when you open the workbook, refresh an extract, sign in to Tableau Server, or publish to Tableau Server. For more information, see Run Initial SQL.
  6. Select Sign In.
  7. If Tableau can't make the connection, verify that your credentials are correct. If you still can't connect, your computer is having trouble locating the server. Contact your network administrator or database administrator.

Customize the connection using driver parameters

In some cases, you may want to modify the connection made with the Snowflake connector. You can do this by appending driver parameters to the connection string in the Advanced tab.

Note: You can’t change the driver parameters that Tableau generates; you can only append parameters.

For example, this syntax specifies a proxy server to use when the no_proxy values are not met. No_proxy indicates which host names are allowed to bypass the proxy server:

For another custom driver parameters example, see Use a proxy for Snowflake.

For details about driver parameters, see ODBC Configuration and Connection Parameters on the Snowflake website.

Set up the data source

On the data source page, do the following:

Desktop
  1. (Optional) Select the default data source name at the top of the page, and then enter a unique data source name for use in Tableau. For example, use a data source naming convention that helps other users of the data source figure out which data source to connect to.

  2. From the Warehouse drop-down list, select the warehouse or use the text box to search for a warehouse by name.

    Note: If you leave this blank and do not select a warehouse, Tableau uses your default Snowflake virtual warehouse.

    For more information, see Default virtual warehouses in Snowflake.

  3. From the Database drop-down list, select a database or use the text box to search for a database by name.
  4. From the Schema drop-down list, select a schema or use the text box to search for a schema by name.
  5. Under Table, select a table or use the text box to search for a table by name.
  6. Drag a table to the canvas, and then select the sheet tab to start your analysis. Use custom SQL to connect to a specific query rather than the entire data source. For more information, see Connect to a Custom SQL Query.

Sign in on a Mac

If you use Tableau Desktop on a Mac, when you enter the server name to connect, use a fully qualified domain name, such as mydb.test.ourdomain.lan, instead of a relative domain name, such as mydb or mydb.test.

Alternatively, you can add the domain to the list of Search Domains for the Mac computer so that when you connect, you need to provide only the server name. To update the list of Search Domains, go to System Preferences > Network > Advanced, and then open the DNS tab.

Default virtual warehouses in Snowflake

When you create a Snowflake data source, you are accessing both a Snowflake warehouse (for computational resources) and Snowflake databases (for data resource). Both warehouses and databases require permissions to access them. You can use different warehouses to access the same database, depending on the computation power you need, assuming you have permissions for each warehouse and database.

When you create a data source, you have the option to choose a warehouse from a drop-down list. If you leave this blank and do not select a warehouse, Tableau uses your default Snowflake virtual warehouse. Kodi tv for mac. If you subsequently publish that data source or workbook, when a user connects, Tableau will use that person's default Snowflake virtual warehouse.

Each user should be assigned a default warehouse so that Tableau can use that one as a default to open a workbook from a Snowflake data source.

Configure Snowflake server support for OAuth

Tableau Desktop License

For information about how to configure OAuth for connections between Tableau and Snowflake, see Configure OAuth for Snowflake Connections(Link opens in a new window).

Use a proxy for Snowflake

You can connect from Tableau through a proxy to Snowflake. If you are using Tableau 2019.4 or later, you can configure this with the connector dialog by typing the required parameters in the Advanced tab.

For example:

proxy=http://proxyserver.company:80

For information about the parameters you should use, see the Snowflake documentation(Link opens in a new window).

Note: Tableau doesn't use a DSN to connect to Snowflake, so you can ignore the instructions in the Snowflake documentation about using a DSN.

If you are using a version of Tableau before 2019.4, you can configure this by entering the parameters in a TDC file using odbc-extras.

For example:

<connection-customization enabled='true' version='19.1'>
<vendor name='snowflake' />
<driver name='snowflake' />
<customizations>
<customization name='odbc-connect-string-extras' value='proxy=http://proxyserver.company:80' />
</customizations>
</connection-customization>

For more information, see the Customize the Connection String for a Native Connector(Link opens in a new window) article.

See also

Install Tableau Reader

  • Set Up Data Sources – Add more data to this data source or prepare your data before you analyze it.
  • Build Charts and Analyze Data – Begin your data analysis.
  • Best Practices for Using Tableau with Snowflake(Link opens in a new window) on the Snowflake website (registration required).
Desktop

Other articles in this section

Thanks for your feedback!