-
Notifications
You must be signed in to change notification settings - Fork 6
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Support for Tableau Linux Server #2
Comments
Update: something that worked as a workaround was to package it as a taco file and self sign it then put that to the tableau linux server and add my certificate to the allowed list. |
Hi cristianc-ty, Thanks in advance! |
I followed the steps from https://tableau.github.io/connector-plugin-sdk/docs/package-sign to build a self signed taco file, added my public key to the tableau trust store with "keytool -importcert -file your_public_cert.cert -keystore /opt/tableau/tableau_server/packages/repository.20212.21.0610.0336/jre/lib/security/cacerts -alias your_alias" then placed the taco file to "/var/opt/tableau/tableau_server/data/tabsvc/vizqlserver/Connectors/clickhouse_odbc.taco" and restarted the server with "tsm restart" |
Thank you cristianc-ty! Thanks again! |
@cristianc-ty @jorgecabrera85 Very soon this connector will be published in Tableau Gallery of TACO package and you dont need to do this workaround. |
Greetings,
First and foremost I want to thank you for this awesome project, it works flawlessly for Tableau Desktop.
What I'm trying to do however is to install the connector on Tableau Linux Server following the steps from: https://tableau.github.io/connector-plugin-sdk/docs/run-taco#set-up-tableau-server
The ClickHouse ODBC driver is in place and works fine, I can connect to clickhouse and run queries.
The problem seems to appear when I'm trying to load the clickhouse tableau connector in Tableau Linux Server.
Some of the relevant log lines I found:
Thanks for letting me know if Tableau Linux Server is supported actually at all and if so if you happened to see this problem before.
All the best,
Cristian
The text was updated successfully, but these errors were encountered: