Tableau
DataCamp Data Connector makes it easy to analyze your data in Tableau. All you need to do is set up a connection using the Tableau Athena Connector and configure it using configure it using the credentials you can retrieve in the Groups tab.
Complete these two steps to view your learning data in Power BI.
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
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.
Set up the Athena connector in Tableau
Step 1: Quit and re-open Tableau
Step 2: Set up the connection in Tableau
Under Connect, select Amazon Athena and enter the following data:
Server name:
athena.us-east-1.amazonaws.com
Port:
443
S3 Staging directory:
s3://{bucketname}/tmp-tableau
→ replace{bucketname}
with the S3 Bucket Name from your credentialsAWS access Key ID: the AWS Access Key ID from your credentials
AWS secret access key: the AWS Secret Access Key from your credentials
You can leave the Initial SQL tab untouched
Click the Sign in button
Resources
Last updated