-
Notifications
You must be signed in to change notification settings - Fork 1
Tableau: Usage guide #306
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
base: main
Are you sure you want to change the base?
Tableau: Usage guide #306
Conversation
Important Review skippedDraft detected. Please check the settings in the CodeRabbit UI or the You can disable this status message by setting the ✨ Finishing touches🧪 Generate unit tests
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
docs/integrate/tableau/tutorial.md
Outdated
(tableau-tutorial)= | ||
# Using CrateDB with Tableau | ||
|
||
For using Tableau with CrateDB, install the latest PostgreSQL driver, as detailed in the steps below. | ||
|
||
1. Download the Java 8 JDBC driver (e.g. `postgresql-42.7.1.jar` or newer) from https://jdbc.postgresql.org/download/. | ||
2. Move the downloaded `.jar`-file (e.g. `postgresql-42.7.1.jar`) into the Tableau Driver folder. | ||
> * **Windows**: `C:\Program Files\Tableau\Drivers` | ||
> * **Mac**: `~/Library/Tableau/Drivers` | ||
> * **Linux**: `/opt/tableau/tableau_driver/jdbc` | ||
3. Open Tableau. | ||
4. Create a `PostgreSQL` connection. | ||
|
||
{height=500px} | ||
5. Start using Tableau with CrateDB. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@surister: That's the original from Using CrateDB with Tableau. It should probably be considered outdated and be replaced or refer to the new connector's "Install" section instead?
About
Continue adding integration guides from the community forum.
Preview
References