# Tableau Configuration Example

## Specify authentication method

When creating the data source in Tableau, specify the authentication method as **Sign in using OAuth**. This setting will allow you to use your enterprise SSO to connect to your compute platform.

## Set up a live connection

After connecting to the compute platform, select the tables you will use for your data source. Then, select **Live connection**. This setting is required for Immuta to enforce policies.

## Credential prompt

To share your dashboard to your organization, publish your data sources. During this process, set the authentication method to **Prompt user**. This option ensures that dashboard viewers will see the data according to their personal policies.

## Resources

* Snowflake guide: <https://help.tableau.com/current/pro/desktop/en-us/snowflake_oauth.htm>
* Databricks guides:
  * <https://help.tableau.com/current/pro/desktop/en-us/examples_databricks.htm>
  * <https://docs.databricks.com/partners/bi/tableau.html>
  * <https://learn.microsoft.com/en-us/azure/databricks/partners/bi/tableau>
  * <https://docs.databricks.com/integrations/configure-oauth-tableau.html>
* Redshift guide: <https://help.tableau.com/current/pro/desktop/en-us/examples_amazonredshift.htm>


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://documentation.immuta.com/2024.2/application-settings/how-to-guides/bi-tools/tableau.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
