# Looker

DataCamp's Data Connector 2.0 makes it easy to analyze your data in Looker. All you need to do is set up a connection using the Looker Athena Connector and configure it using the [credentials](https://enterprise-docs.datacamp.com/integrating-our-data-into-your-tools-via-data-connector-2.0/getting-started-with-data-connector-2.0/your-credentials) you can retrieve in the **Groups** tab.

### Set up the Athena connector in Looker

{% hint style="info" %}
First, make sure you have your [credentials](https://enterprise-docs.datacamp.com/integrating-our-data-into-your-tools-via-data-connector-2.0/getting-started-with-data-connector-2.0/your-credentials).
{% endhint %}

In the **Admin** section of Looker, select **Connections**, then **Add Connection**, and enter the following data:

1. Name: Specify the name of the connection. Free to choose (e.g., `DataCamp Data Connector`)
2. Dialect: **Amazon Athena**
3. Host: `athena.us-east-1.amazonaws.com`
4. Port: `443`
5. Database: Specify the default database that you would like modeled
6. Username: The **AWS Access Key ID** from your [credentials](https://enterprise-docs.datacamp.com/integrating-our-data-into-your-tools-via-data-connector-2.0/getting-started-with-data-connector-2.0/your-credentials)
7. Password:  The **AWS Secret Access Key** from your [credentials](https://enterprise-docs.datacamp.com/integrating-our-data-into-your-tools-via-data-connector-2.0/getting-started-with-data-connector-2.0/your-credentials)
8. Temp Database: `s3://{bucketname}/tmp/looker` → *replace* `{bucketname}` *with the **S3 Bucket Name** from your credentials*

To save these settings, click **Connect.**

<figure><img src="https://562960931-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FkJKV1xpCBb6myYGAGdfV%2Fuploads%2F4QRCZjsUO1GQv0s1S5Rz%2Flooker.png?alt=media&#x26;token=98fc0029-22f7-492a-9a4e-bd88e44710c3" alt=""><figcaption></figcaption></figure>

## Resources

* [Official Looker guide](https://cloud.google.com/looker/docs/intro?hl=en)
* [Official Amazon Athena Looker documentation](https://cloud.google.com/looker/docs/db-config-amazon-athena)


---

# 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/integrating-our-data-into-your-tools-via-data-connector-2.0/using-data-connector-2.0/integrating-with-your-bi-tools/looker.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.
