Skip to content

Commit

Permalink
hotfix - update the supported JDBC version
Browse files Browse the repository at this point in the history
  • Loading branch information
BentsiLeviav committed Mar 17, 2024
1 parent b0cc3d0 commit d7058e3
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ Requirements
- ClickHouse **20.7+**

## Installation (Tableau Desktop)
1. Download the [Clickhouse JDBC Driver](https://github.com/ClickHouse/clickhouse-java/releases/tag/v0.6.0) (version 0.6.0 required), and place the `clickhouse-jdbc-0.6.0-shaded.jar` to:
1. Download the [Clickhouse JDBC Driver](https://github.com/ClickHouse/clickhouse-java/releases/tag/v0.4.6) (version 0.4.6 required), and place the `clickhouse-jdbc-0.4.6-shaded.jar` to:
- macOS: `~/Library/Tableau/Drivers`
- Windows: `C:\Program Files\Tableau\Drivers`
- You need to create the folder if it doesn't already exist
Expand All @@ -27,7 +27,7 @@ Requirements
4. In Tableau Desktop: **Connect****To a Server****ClickHouse JDBC by ClickHouse, Inc.**

## Installation (Tableau Prep Builder)
1. Download the [Clickhouse JDBC Driver](https://github.com/ClickHouse/clickhouse-java/releases/tag/v0.6.0) (version 0.6.0 required) and place the `clickhouse-jdbc-0.6.0-shaded.jar` to:
1. Download the [Clickhouse JDBC Driver](https://github.com/ClickHouse/clickhouse-java/releases/tag/v0.4.6) (version 0.4.6 required) and place the `clickhouse-jdbc-0.4.6-shaded.jar` to:
- macOS: `~/Library/Tableau/Drivers`
- Windows: `C:\Program Files\Tableau\Drivers`
- You need to create the folder if it doesn't already exist
Expand All @@ -38,7 +38,7 @@ Requirements
4. In Tableau Prep Builder: **Connections****+****To a Server****ClickHouse JDBC by ClickHouse, Inc.**

## Installation (Tableau Server)
1. Download the [Clickhouse JDBC Driver](https://github.com/ClickHouse/clickhouse-java/releases/tag/v0.6.0) (version 0.6.0 required) and place the `clickhouse-jdbc-0.6.0-shaded.jar` to:
1. Download the [Clickhouse JDBC Driver](https://github.com/ClickHouse/clickhouse-java/releases/tag/v0.4.6) (version 0.4.6 required) and place the `clickhouse-jdbc-0.4.6-shaded.jar` to:
- Linux: `/opt/tableau/tableau_driver/jdbc`
- Windows: `C:\Program Files\Tableau\Drivers`
- You need to create the directory if it doesn't already exist
Expand Down

0 comments on commit d7058e3

Please sign in to comment.