You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/integrations/data-visualization/tableau/tableau-and-clickhouse.md
+5-5Lines changed: 5 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -30,7 +30,7 @@ the [Tableau Exchange](https://exchange.tableau.com/products/1064).
30
30
The connector is based on ClickHouse's advanced [JDBC driver](/integrations/language-clients/java/jdbc).
31
31
32
32
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.
34
34
35
35
<TOCInlinetoc={toc}/>
36
36
@@ -45,10 +45,10 @@ follow the setup guide bellow.
45
45
of <ahref="https://github.com/ClickHouse/clickhouse-java/releases/"target="_blank">ClickHouse JDBC driver</a>.
46
46
47
47
:::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`.
49
49
:::
50
50
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):
52
52
- macOS: `~/Library/Tableau/Drivers`
53
53
- Windows: `C:\Program Files\Tableau\Drivers`
54
54
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
76
76
<br/>
77
77
78
78
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:
80
80
81
81
<Imagesize="md"img={tableau_connector_dialog}alt="ClickHouse connection dialog in Tableau showing fields for server, port, database, username and password"border />
82
82
<br/>
@@ -116,7 +116,7 @@ You are now ready to build some visualizations in Tableau!
116
116
117
117
## Building Visualizations in Tableau {#building-visualizations-in-tableau}
118
118
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...
120
120
121
121
1. Drag the **CUSTOMER** table onto the workbook. Notice the columns appear, but the data table is empty:
0 commit comments