The Tableau connector is available to download from the automated CI workflow: link. The release snapshot is also available here.
- Put connector
tacofile into
- Windows:
C:\Users\%USERNAME%\Documents\My Tableau Repository\Connectors; - MacOS:
~/Documents/My Tableau Repository/Connectors.
- Put OpenSearch
JDBCdriver (jarfile) into
- Windows:
C:\Program Files\Tableau\Drivers; - MacOS:
~/Library/Tableau/Drivers.
- Run
Tableau Desktopwith command line flag-DDisableVerifyConnectorPluginSignature=true:
- Windows:
"C:\Program Files\Tableau\Tableau 2022.1\bin\tableau.exe" -DDisableVerifyConnectorPluginSignature=true; - MacOS:
open -n /Applications/Tableau\ Desktop\ 2022.1.app --args -DDisableVerifyConnectorPluginSignature=true.
Adjust the command line accoring to the Tableau version you have. You can create a shortcut or a script to simplify this step.
Each Tableau connector has to be tested and verified using TDVT.
Most recent tests of the connector were performed on OpenSearch v.1.2.0 with SQL plugin v.1.2.0.
TDVT test results are available in tdvt_test_results.csv.
Test pass rate is 669/837 (80%).
- Connector user manual for Tableau Desktop
- JDBC Driver user manual describes how to use the
JDBCdriver without the connector