Skip to content

Commit 9083610

Browse files
hantmacsoyeric128
authored andcommitted
fix: upgrade jdbc version for tableau
1 parent e6af1f0 commit 9083610

File tree

2 files changed

+14
-14
lines changed

2 files changed

+14
-14
lines changed

docs/cn/guides/31-visualize/tableau.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
title: Tableau
33
---
44

5-
[Tableau](https://www.tableau.com/) 是一个可视化分析平台,正在改变我们使用数据解决问题的方式——赋予个人和组织充分利用其数据的能力。通过利用 [databend-jdbc 驱动程序](https://github.com/databendcloud/databend-jdbc)(版本 0.0.8 或更高),Databend 和 Databend Cloud 都可以与 Tableau 集成,实现无缝的数据访问和高效的分析。需要注意的是,为了获得最佳兼容性,建议使用 Tableau 版本 2022.3 或更高,以避免潜在的兼容性问题。
5+
[Tableau](https://www.tableau.com/) 是一个可视化分析平台,正在改变我们使用数据解决问题的方式——赋予个人和组织充分利用其数据的能力。通过利用 [databend-jdbc 驱动程序](https://github.com/databendcloud/databend-jdbc)(版本 0.3.4 或更高),Databend 和 Databend Cloud 都可以与 Tableau 集成,实现无缝的数据访问和高效的分析。需要注意的是,为了获得最佳兼容性,建议使用 Tableau 版本 2022.3 或更高,以避免潜在的兼容性问题。
66

77
Databend 目前提供了两种与 Tableau 的集成方法。第一种方法利用 Tableau 中的 Other Databases (JDBC) 接口,适用于 Databend 和 Databend Cloud。第二种方法推荐使用 Databend 专门为与 Databend 最佳连接而开发的 [databend-tableau-connector-jdbc](https://github.com/databendcloud/databend-tableau-connector-jdbc) 连接器。
88

@@ -24,9 +24,9 @@ GRANT ALL ON *.* TO tableau;
2424

2525
### 步骤 2. 安装 databend-jdbc
2626

27-
1. 从 Maven Central Repository 下载 databend-jdbc 驱动程序(版本 0.0.8 或更高),地址为 https://repo1.maven.org/maven2/com/databend/databend-jdbc/
27+
1. 从 Maven Central Repository 下载 databend-jdbc 驱动程序(版本 0.3.4 或更高),地址为 https://repo1.maven.org/maven2/com/databend/databend-jdbc/
2828

29-
2. 要安装 databend-jdbc 驱动程序,请将 jar 文件(例如,databend-jdbc-0.0.8.jar)移动到 Tableau 的驱动程序文件夹。Tableau 的驱动程序文件夹因操作系统而异:
29+
2. 要安装 databend-jdbc 驱动程序,请将 jar 文件(例如,databend-jdbc-0.3.4.jar)移动到 Tableau 的驱动程序文件夹。Tableau 的驱动程序文件夹因操作系统而异:
3030

3131
| 操作系统 | Tableau 的驱动程序文件夹 |
3232
| -------- | -------------------------------- |
@@ -70,9 +70,9 @@ GRANT ALL ON *.* TO tableau;
7070

7171
### 步骤 2. 安装 databend-jdbc
7272

73-
1. 从 Maven Central Repository 下载 databend-jdbc 驱动程序(版本 0.0.8 或更高),地址为 https://repo1.maven.org/maven2/com/databend/databend-jdbc/
73+
1. 从 Maven Central Repository 下载 databend-jdbc 驱动程序(版本 0.3.4 或更高),地址为 https://repo1.maven.org/maven2/com/databend/databend-jdbc/
7474

75-
2. 要安装 databend-jdbc 驱动程序,请将 jar 文件(例如,databend-jdbc-0.0.8.jar)移动到 Tableau 的驱动程序文件夹。Tableau 的驱动程序文件夹因操作系统而异:
75+
2. 要安装 databend-jdbc 驱动程序,请将 jar 文件(例如,databend-jdbc-0.3.4.jar)移动到 Tableau 的驱动程序文件夹。Tableau 的驱动程序文件夹因操作系统而异:
7676

7777
| 操作系统 | Tableau 的驱动程序文件夹 |
7878
| -------- | -------------------------------- |
@@ -118,9 +118,9 @@ GRANT ALL ON *.* TO tableau;
118118

119119
### 步骤 2. 安装 databend-jdbc
120120

121-
1. 从 Maven Central Repository 下载 databend-jdbc 驱动程序(版本 0.0.8 或更高),地址为 https://repo1.maven.org/maven2/com/databend/databend-jdbc/
121+
1. 从 Maven Central Repository 下载 databend-jdbc 驱动程序(版本 0.3.4 或更高),地址为 https://repo1.maven.org/maven2/com/databend/databend-jdbc/
122122

123-
2. 要安装 databend-jdbc 驱动程序,请将 jar 文件(例如,databend-jdbc-0.0.8.jar)移动到 Tableau 的驱动程序文件夹。Tableau 的驱动程序文件夹因操作系统而异:
123+
2. 要安装 databend-jdbc 驱动程序,请将 jar 文件(例如,databend-jdbc-0.3.4.jar)移动到 Tableau 的驱动程序文件夹。Tableau 的驱动程序文件夹因操作系统而异:
124124

125125
| 操作系统 | Tableau 的驱动程序文件夹 |
126126
| -------- | -------------------------------- |

docs/en/guides/31-visualize/tableau.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
title: Tableau
33
---
44

5-
[Tableau](https://www.tableau.com/) is a visual analytics platform transforming the way we use data to solve problems—empowering people and organizations to make the most of their data. By leveraging the [databend-jdbc driver](https://github.com/databendcloud/databend-jdbc) (version 0.0.8 or higher), both Databend and Databend Cloud can integrate with Tableau, enabling seamless data access and efficient analysis. It is important to note that for optimal compatibility, it is advisable to use Tableau version 2022.3 or higher to avoid potential compatibility issues.
5+
[Tableau](https://www.tableau.com/) is a visual analytics platform transforming the way we use data to solve problems—empowering people and organizations to make the most of their data. By leveraging the [databend-jdbc driver](https://github.com/databendcloud/databend-jdbc) (version 0.3.4 or higher), both Databend and Databend Cloud can integrate with Tableau, enabling seamless data access and efficient analysis. It is important to note that for optimal compatibility, it is advisable to use Tableau version 2022.3 or higher to avoid potential compatibility issues.
66

77
Databend currently provides two integration methods with Tableau. The first approach utilizes the Other Databases (JDBC) interface within Tableau and is applicable to both Databend and Databend Cloud. The second method recommends using the [databend-tableau-connector-jdbc](https://github.com/databendcloud/databend-tableau-connector-jdbc) connector specifically developed by Databend for optimal connectivity with Databend.
88

@@ -24,9 +24,9 @@ GRANT ALL ON *.* TO tableau;
2424

2525
### Step 2. Install databend-jdbc
2626

27-
1. Download the databend-jdbc driver (version 0.0.8 or higher) from the Maven Central Repository at https://repo1.maven.org/maven2/com/databend/databend-jdbc/
27+
1. Download the databend-jdbc driver (version 0.3.4 or higher) from the Maven Central Repository at https://repo1.maven.org/maven2/com/databend/databend-jdbc/
2828

29-
2. To install the databend-jdbc driver, move the jar file (for example, databend-jdbc-0.0.8.jar) to Tableau's driver folder. Tableau's driver folder varies depending on the operating system:
29+
2. To install the databend-jdbc driver, move the jar file (for example, databend-jdbc-0.3.4.jar) to Tableau's driver folder. Tableau's driver folder varies depending on the operating system:
3030

3131
| Operating System | Tableau's Driver Folder |
3232
| ---------------- | -------------------------------- |
@@ -70,9 +70,9 @@ GRANT ALL ON *.* TO tableau;
7070

7171
### Step 2. Install databend-jdbc
7272

73-
1. Download the databend-jdbc driver (version 0.0.8 or higher) from the Maven Central Repository at https://repo1.maven.org/maven2/com/databend/databend-jdbc/
73+
1. Download the databend-jdbc driver (version 0.3.4 or higher) from the Maven Central Repository at https://repo1.maven.org/maven2/com/databend/databend-jdbc/
7474

75-
2. To install the databend-jdbc driver, move the jar file (for example, databend-jdbc-0.0.8.jar) to Tableau's driver folder. Tableau's driver folder varies depending on the operating system:
75+
2. To install the databend-jdbc driver, move the jar file (for example, databend-jdbc-0.3.4.jar) to Tableau's driver folder. Tableau's driver folder varies depending on the operating system:
7676

7777
| Operating System | Tableau's Driver Folder |
7878
| ---------------- | -------------------------------- |
@@ -118,9 +118,9 @@ Obtain the connection information from Databend Cloud. For how to do that, refer
118118

119119
### Step 2. Install databend-jdbc
120120

121-
1. Download the databend-jdbc driver (version 0.0.8 or higher) from the Maven Central Repository at https://repo1.maven.org/maven2/com/databend/databend-jdbc/
121+
1. Download the databend-jdbc driver (version 0.3.4 or higher) from the Maven Central Repository at https://repo1.maven.org/maven2/com/databend/databend-jdbc/
122122

123-
2. To install the databend-jdbc driver, move the jar file (for example, databend-jdbc-0.0.8.jar) to Tableau's driver folder. Tableau's driver folder varies depending on the operating system:
123+
2. To install the databend-jdbc driver, move the jar file (for example, databend-jdbc-0.3.4.jar) to Tableau's driver folder. Tableau's driver folder varies depending on the operating system:
124124

125125
| Operating System | Tableau's Driver Folder |
126126
| ---------------- | -------------------------------- |

0 commit comments

Comments
 (0)