-
Download the Timestream JDBC driver fully shaded JAR file (e.g.,
amazon-timestream-jdbc-<version>-shaded.jar
) and copy it to one of these directories according to your operating system: -
Launch the Tableau Desktop application.
-
Open Connect > Other Databases (JDBC)
-
Enter URL:
jdbc:timestream://PropertyName1=value1;PropertyName2=value2...
. For a list of connection properties (e.g., Access Key, Secret Key, Region, etc.), see README. Then select Dialect asPostgreSQL
and click Sign In.
- When loading large tables or tables containing colons(":") in the column name, Tableau may generate queries with colons(":") in the
AS
SQL query statement and send them to the driver, which will cause the data loading to fail. This is because colons(":") are not currently supported in theAS
statements on the Timestream server-side.