Skip to content

Commit a2653cc

Browse files
authored
Update tableau-and-clickhouse.md (#4451)
* Update tableau-and-clickhouse.md Close #4450 * Update tableau-and-clickhouse.md generalize the jdbc version * Update tableau-and-clickhouse.md (#4452) generalize the jdbc version * Update tableau-and-clickhouse.md
1 parent 5619cb8 commit a2653cc

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

docs/integrations/data-visualization/tableau/tableau-and-clickhouse.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ the [Tableau Exchange](https://exchange.tableau.com/products/1064).
3030
The connector is based on ClickHouse's advanced [JDBC driver](/integrations/language-clients/java/jdbc).
3131

3232
With this connector, Tableau integrates ClickHouse databases and tables as data sources. To enable this functionality,
33-
follow the setup guide bellow.
33+
follow the setup guide below.
3434

3535
<TOCInline toc={toc}/>
3636

@@ -45,10 +45,10 @@ follow the setup guide bellow.
4545
of <a href="https://github.com/ClickHouse/clickhouse-java/releases/" target="_blank">ClickHouse JDBC driver</a>.
4646

4747
:::note
48-
Make sure you download the **clickhouse-jdbc-x.x.x-shaded-all.jar** JAR file. Currently, we recommended using versions `0.8.X`.
48+
Make sure you download the [clickhouse-jdbc-X.X.X-all-dependencies.jar](https://github.com/ClickHouse/clickhouse-java/releases) JAR file. This artifact is available from version `0.9.2`.
4949
:::
5050

51-
4. Store the JDBC driver in the following folder (based on your OS, if the folder doesn't exist you can create it):
51+
4. Store the JDBC driver in the following folder (based on your OS, if the folder doesn't exist, you can create it):
5252
- macOS: `~/Library/Tableau/Drivers`
5353
- Windows: `C:\Program Files\Tableau\Drivers`
5454
5. Configure a ClickHouse data source in Tableau and start building data visualizations!
@@ -76,7 +76,7 @@ To solve that, consider upgrading your Tableau Desktop application, or [install
7676
<br/>
7777

7878
4. Click **Install and Restart Tableau**. Restart the application.
79-
5. After restarting, the connector will have its full name: `ClickHouse JDBC by ClickHouse, Inc.`. When clicking it the following dialog will pop up:
79+
5. After restarting, the connector will have its full name: `ClickHouse JDBC by ClickHouse, Inc.`. When clicking it, the following dialog will pop up:
8080

8181
<Image size="md" img={tableau_connector_dialog} alt="ClickHouse connection dialog in Tableau showing fields for server, port, database, username and password" border />
8282
<br/>
@@ -116,7 +116,7 @@ You are now ready to build some visualizations in Tableau!
116116

117117
## Building Visualizations in Tableau {#building-visualizations-in-tableau}
118118

119-
Now that have a ClickHouse data source configured in Tableau, let's visualize the data...
119+
Now that we have a ClickHouse data source configured in Tableau, let's visualize the data...
120120

121121
1. Drag the **CUSTOMER** table onto the workbook. Notice the columns appear, but the data table is empty:
122122

0 commit comments

Comments
 (0)