# \[Data Connector 1.0] Tableau

With the DataCamp Data Connector it's super easy to get started analyzing your data in Tableau. All you need to do is set up a connection using the Tableau Athena Connector and configure it using the credentials you can retrieve via the DataCamp Group hub.

Below is an easy step-by-step guide to set up the connection and start analyzing your Learning dat&#x61;**.**

## Step 1: Install the ODBC driver

Download and install the Tableau Amazon Athena driver.\
You can download the official driver from the Tableau website: <https://www.tableau.com/support/drivers>

{% hint style="warning" %}
If you are having trouble getting the driver installed as described on the Tableau website, try placing the `.jar` file in the `~Users/{yourusername}/Library/Tableau/Drivers` where `{yourusername}` is the name of your profile on your workstation.
{% endhint %}

## Step 2: Setup Athena connector in Tableau

**Step 1:** Quit and re-open Tableau

**Step 2:** Set up the connection in Tableau

{% hint style="info" %}
First make sure you have collected your credentials as described in our [Your Credentials](/data-connector-1.0-documentation/data-connector-1.0-getting-started/data-connector-1.0-your-credentials.md) page.
{% endhint %}

Under "Connect", select "Amazon Athena" and enter the following data:

1. Server name: `athena.us-east-1.amazonaws.com`
2. Port: `443`
3. S3 Staging directory: `s3://{bucketname}/tmp-tableau` → *replace* `{bucketname}` *with the **S3 Bucket Name** from your credentials*
4. AWS access Key ID: the **Access Key** from your credentials
5. AWS secret access key: the **Secret Password** from your credentials

You can leave the "Initial SQL" tab untouched

![](/files/M5yJXXcn5MpLpejdnipD)

Click the "Sign in" button

## Resources

{% embed url="<https://www.tableau.com/>" %}
Official Tableau website
{% endembed %}

{% embed url="<https://help.tableau.com/current/pro/desktop/en-us/examples_amazonathena.htm>" %}
Official Tableau Amazon Athena Connector support page
{% endembed %}


---

# 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://enterprise-docs.datacamp.com/data-connector-1.0-documentation/data-connector-1.0-using-the-data-connector/data-connector-1.0-analyzing-data/data-connector-1.0-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.
