Connect Tableau to a database using DBeaver Proxy Driver
Note
This feature is available in Enterprise and Team editions only.
To connect Tableau to a database via the DBeaver Proxy Driver, follow these steps:
Prerequisites
Before you start, ensure you have:
- A Tableau account.
- Tableau Desktop installed.
- DBeaver Proxy Driver enabled on your CloudBeaver server.
- An API access token generated. See Token generation for details.
Steps
- In Tableauās main menu, go to To a Server -> More.
- In the window that opens, select Other Databases (JDBC).
- Enter the JDBC URL, choose the database dialect, and enter your database username and password. Example JDBC URL:
- To use the API access token, create a
.properties
file and add the following line: -
Place the
.properties
file and all Proxy Driver.jar
files in theTableau/Drivers
folder.Note
For more details on using JDBC drivers in Tableau, see Tableau JDBC documentation.
-
Click Sign In to establish the connection.