Install the Couchbase Tableau Connector on Tableau Desktop
- how-to
You can install the Couchbase Tableau Connector for Tableau Desktop on both macOS and Windows.
After you download the Couchbase Tableau Connector, extract the ZIP archive to a local directory.
The archive contains a .taco file and a .jar file.
Install the Connector on Windows
To install the Couchbase Tableau Connector on Windows:
-
Copy the
.tacofile intoC:\Users\<Windows User>\Documents\My Tableau Repository\Connectors -
Copy the
.jarfile intoC:\Program Files\Tableau\Drivers -
Restart Tableau Desktop.
Install the Connector on macOS
To install the Couchbase Tableau Connector on macOS:
-
Copy the
.tacofile into/Users/<user>/Documents/My Tableau Repository/Connectors -
Copy the
.jarfile into/Users/<user>/Library/Tableau/Drivers directory -
Restart Tableau Desktop.
Verify the Connector Installation
To verify if the connector is installed correctly:
-
Open Tableau Desktop.
-
Go to .
-
In the search box, enter Couchbase.
If the connector appears in the search results, it’s installed correctly.
Set Up SSL Support for Tableau Desktop
Typically, you do not need to perform these steps. There is no need to provide a certificate if you are using a certificate from a public certificate authority. Certificates of well-known public certification authorities are trusted by default.
To configure SSL support for Tableau Connector:
-
Make sure you know the absolute paths to the certificate or keystore. You should only supply one of the certificate path or the keystore path, not both.
-
Create a file called
couchbase-analytics.propertiesand save it in the following directory, depending on whether you are running macOS or Windows:- Windows
-
Save the file to
C:\Users\<Windows User>\Documents\My Tableau Repository\Datasources - MacOS
-
Save the file to
/Users/<user>/Documents/My Tableau Repository/Data sources
-
To provide the Certificate file path, add the following line in the properties file.
sslCertPath=<path to your certificate file> -
To provide the keystore path, add the following lines in the properties file.
sslKeystorePath=<path to your keystore> sslKeystorePassword=<your keystore password>