kamu using a JDBC driver.
In this setup:
kamuruns an Arrow Flight SQL server - a high-performance protocol for data transferTableauloads a special JDBC driver - a Java software module that implements an abstract database interface- JDBC driver translates
Tableau’s commands into efficient Flight SQL calls inkamu
Tableau to kamu follow these simple steps:
- Downlaod the latest Flight SQL JDBC Driver
- Install the driver into
Tableau(see official instructions) by copying the.jarfile to:- Windows:
C:\Program Files\Tableau\Drivers - Mac:
~/Library/Tableau/Drivers - Linux:
/opt/tableau/tableau_driver/jdbc
- Windows:
- Run
kamuFlight SQL server in a desired workspace: - Create a new connection in
TableauusingOther Databases (JDBC)as a source:- Select
PostgreSQLin the dialect selector - As URL specify:
- Use
"kamu"as username and password
- Select