This is an automated email from the ASF dual-hosted git repository.

morningman pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/doris-website.git


The following commit(s) were added to refs/heads/master by this push:
     new 2e3e2ec429b [doc](metabase) Update the Metabase Doris driver download 
URL (#4046)
2e3e2ec429b is described below

commit 2e3e2ec429bf08b17f67c5e04ba4ace02bd8a966
Author: Mingyu Chen (Rayner) <[email protected]>
AuthorDate: Fri Aug 7 13:10:18 2026 +0800

    [doc](metabase) Update the Metabase Doris driver download URL (#4046)
    
    ## Purpose
    
    The Metabase Doris driver has moved to the `velodb` organization. This
    PR updates the driver download links in the Metabase integration docs to
    point at https://github.com/velodb/metabase-doris-driver.
    
    ## What changed
    
    Replaced `github.com/xylaaaaa/metabase-doris-driver` with
    `github.com/velodb/metabase-doris-driver` in 12 places across 4 files:
    
    - `docs/connection-integration/data-integration/metabase.md` (English,
    current)
    -
    
`versioned_docs/version-4.x/connection-integration/data-integration/metabase.md`
    (English, 4.x)
    -
    `i18n/zh-CN/.../current/connection-integration/data-integration/metabase.md`
    (Chinese, current)
    -
    
`i18n/zh-CN/.../version-4.x/connection-integration/data-integration/metabase.md`
    (Chinese, 4.x)
    
    Only the repository owner changed. The release tag link, the `curl`
    commands for the JAR and its `.sha256` checksum, and the expected
    SHA-256 digest are all kept as-is.
    
    The 2.1/3.x docs and the Japanese docs still download the older driver
    from the VeloDB COS bucket and are intentionally left untouched.
    
    ## Note for reviewers
    
    The `velodb/metabase-doris-driver` repository does not have a published
    release yet, so the `v1.0.0` links in this PR will 404 until the release
    is cut. Please make sure the release is published with the asset names
    `doris.metabase-driver-v1.0.0.jar` and
    `doris.metabase-driver-v1.0.0.jar.sha256` before merging, and update the
    SHA-256 digest in the docs if the JAR was rebuilt rather than copied
    over.
    
    🤖 Generated with [Claude Code](https://claude.com/claude-code)
    
    ---------
    
    Co-authored-by: morningman <[email protected]>
    Co-authored-by: Claude Opus 5 (1M context) <[email protected]>
---
 docs/connection-integration/data-integration/metabase.md       | 10 +++++++---
 .../connection-integration/data-integration/metabase.md        | 10 +++++++---
 .../connection-integration/data-integration/metabase.md        | 10 +++++++---
 .../connection-integration/data-integration/metabase.md        | 10 +++++++---
 4 files changed, 28 insertions(+), 12 deletions(-)

diff --git a/docs/connection-integration/data-integration/metabase.md 
b/docs/connection-integration/data-integration/metabase.md
index b3968372954..73fa2559418 100644
--- a/docs/connection-integration/data-integration/metabase.md
+++ b/docs/connection-integration/data-integration/metabase.md
@@ -39,15 +39,19 @@ Before you start configuration, make sure the following 
environment is ready:
 | Metabase | Download and install Metabase `0.59.6.3` or later. For 
installation instructions, see the [Metabase installation 
documentation](https://www.metabase.com/docs/latest/installation-and-operation/installing-metabase)
 |
 | Java | Java 21 is required to run Metabase |
 | Apache Doris | Prepare an accessible Apache Doris cluster |
-| Doris driver | Download the [Metabase Doris 
Driver](https://github.com/xylaaaaa/metabase-doris-driver/releases/tag/v1.0.0) |
+| Doris driver | Download the [Metabase Doris 
Driver](https://github.com/velodb/metabase-doris-driver/releases/tag/v1.0.0) |
 
 ### Download and verify the driver
 
+:::caution
+The Metabase Doris Driver is provided and maintained by a third party. It is 
not part of the Apache Doris project and is not released or endorsed by the 
Apache Doris community. Evaluate the driver yourself before using it in 
production, verify the checksum of the file you download, and follow the 
license of the third-party project. Report driver issues to the project that 
provides it.
+:::
+
 Download the Release JAR and its checksum file:
 
 ```bash
-curl -LO 
https://github.com/xylaaaaa/metabase-doris-driver/releases/download/v1.0.0/doris.metabase-driver-v1.0.0.jar
-curl -LO 
https://github.com/xylaaaaa/metabase-doris-driver/releases/download/v1.0.0/doris.metabase-driver-v1.0.0.jar.sha256
+curl -LO 
https://github.com/velodb/metabase-doris-driver/releases/download/v1.0.0/doris.metabase-driver-v1.0.0.jar
+curl -LO 
https://github.com/velodb/metabase-doris-driver/releases/download/v1.0.0/doris.metabase-driver-v1.0.0.jar.sha256
 sha256sum -c doris.metabase-driver-v1.0.0.jar.sha256
 ```
 
diff --git 
a/i18n/zh-CN/docusaurus-plugin-content-docs/current/connection-integration/data-integration/metabase.md
 
b/i18n/zh-CN/docusaurus-plugin-content-docs/current/connection-integration/data-integration/metabase.md
index ce6a180fb9b..752f92bd0c4 100644
--- 
a/i18n/zh-CN/docusaurus-plugin-content-docs/current/connection-integration/data-integration/metabase.md
+++ 
b/i18n/zh-CN/docusaurus-plugin-content-docs/current/connection-integration/data-integration/metabase.md
@@ -39,15 +39,19 @@ Metabase 是一个开源商业智能工具,提供数据分析、数据可视
 | Metabase | 下载并安装 Metabase `0.59.6.3` 及以上版本。安装方法请参见 [Metabase 
安装文档](https://www.metabase.com/docs/latest/installation-and-operation/installing-metabase)
 |
 | Java | 运行 Metabase 需要 Java 21 |
 | Apache Doris | 准备可访问的 Apache Doris 集群 |
-| Doris 驱动程序 | 下载 [Metabase Doris 
Driver](https://github.com/xylaaaaa/metabase-doris-driver/releases/tag/v1.0.0) |
+| Doris 驱动程序 | 下载 [Metabase Doris 
Driver](https://github.com/velodb/metabase-doris-driver/releases/tag/v1.0.0) |
 
 ### 下载并校验驱动程序
 
+:::caution
+Metabase Doris Driver 由第三方提供和维护,不属于 Apache Doris 项目,也不由 Apache Doris 
社区发布或背书。请在生产环境使用前自行评估该驱动程序,校验下载文件的摘要,并遵守第三方项目的许可协议。驱动程序相关问题请向其提供方反馈。
+:::
+
 下载 Release JAR 及其校验文件:
 
 ```bash
-curl -LO 
https://github.com/xylaaaaa/metabase-doris-driver/releases/download/v1.0.0/doris.metabase-driver-v1.0.0.jar
-curl -LO 
https://github.com/xylaaaaa/metabase-doris-driver/releases/download/v1.0.0/doris.metabase-driver-v1.0.0.jar.sha256
+curl -LO 
https://github.com/velodb/metabase-doris-driver/releases/download/v1.0.0/doris.metabase-driver-v1.0.0.jar
+curl -LO 
https://github.com/velodb/metabase-doris-driver/releases/download/v1.0.0/doris.metabase-driver-v1.0.0.jar.sha256
 sha256sum -c doris.metabase-driver-v1.0.0.jar.sha256
 ```
 
diff --git 
a/i18n/zh-CN/docusaurus-plugin-content-docs/version-4.x/connection-integration/data-integration/metabase.md
 
b/i18n/zh-CN/docusaurus-plugin-content-docs/version-4.x/connection-integration/data-integration/metabase.md
index ce6a180fb9b..752f92bd0c4 100644
--- 
a/i18n/zh-CN/docusaurus-plugin-content-docs/version-4.x/connection-integration/data-integration/metabase.md
+++ 
b/i18n/zh-CN/docusaurus-plugin-content-docs/version-4.x/connection-integration/data-integration/metabase.md
@@ -39,15 +39,19 @@ Metabase 是一个开源商业智能工具,提供数据分析、数据可视
 | Metabase | 下载并安装 Metabase `0.59.6.3` 及以上版本。安装方法请参见 [Metabase 
安装文档](https://www.metabase.com/docs/latest/installation-and-operation/installing-metabase)
 |
 | Java | 运行 Metabase 需要 Java 21 |
 | Apache Doris | 准备可访问的 Apache Doris 集群 |
-| Doris 驱动程序 | 下载 [Metabase Doris 
Driver](https://github.com/xylaaaaa/metabase-doris-driver/releases/tag/v1.0.0) |
+| Doris 驱动程序 | 下载 [Metabase Doris 
Driver](https://github.com/velodb/metabase-doris-driver/releases/tag/v1.0.0) |
 
 ### 下载并校验驱动程序
 
+:::caution
+Metabase Doris Driver 由第三方提供和维护,不属于 Apache Doris 项目,也不由 Apache Doris 
社区发布或背书。请在生产环境使用前自行评估该驱动程序,校验下载文件的摘要,并遵守第三方项目的许可协议。驱动程序相关问题请向其提供方反馈。
+:::
+
 下载 Release JAR 及其校验文件:
 
 ```bash
-curl -LO 
https://github.com/xylaaaaa/metabase-doris-driver/releases/download/v1.0.0/doris.metabase-driver-v1.0.0.jar
-curl -LO 
https://github.com/xylaaaaa/metabase-doris-driver/releases/download/v1.0.0/doris.metabase-driver-v1.0.0.jar.sha256
+curl -LO 
https://github.com/velodb/metabase-doris-driver/releases/download/v1.0.0/doris.metabase-driver-v1.0.0.jar
+curl -LO 
https://github.com/velodb/metabase-doris-driver/releases/download/v1.0.0/doris.metabase-driver-v1.0.0.jar.sha256
 sha256sum -c doris.metabase-driver-v1.0.0.jar.sha256
 ```
 
diff --git 
a/versioned_docs/version-4.x/connection-integration/data-integration/metabase.md
 
b/versioned_docs/version-4.x/connection-integration/data-integration/metabase.md
index b3968372954..73fa2559418 100644
--- 
a/versioned_docs/version-4.x/connection-integration/data-integration/metabase.md
+++ 
b/versioned_docs/version-4.x/connection-integration/data-integration/metabase.md
@@ -39,15 +39,19 @@ Before you start configuration, make sure the following 
environment is ready:
 | Metabase | Download and install Metabase `0.59.6.3` or later. For 
installation instructions, see the [Metabase installation 
documentation](https://www.metabase.com/docs/latest/installation-and-operation/installing-metabase)
 |
 | Java | Java 21 is required to run Metabase |
 | Apache Doris | Prepare an accessible Apache Doris cluster |
-| Doris driver | Download the [Metabase Doris 
Driver](https://github.com/xylaaaaa/metabase-doris-driver/releases/tag/v1.0.0) |
+| Doris driver | Download the [Metabase Doris 
Driver](https://github.com/velodb/metabase-doris-driver/releases/tag/v1.0.0) |
 
 ### Download and verify the driver
 
+:::caution
+The Metabase Doris Driver is provided and maintained by a third party. It is 
not part of the Apache Doris project and is not released or endorsed by the 
Apache Doris community. Evaluate the driver yourself before using it in 
production, verify the checksum of the file you download, and follow the 
license of the third-party project. Report driver issues to the project that 
provides it.
+:::
+
 Download the Release JAR and its checksum file:
 
 ```bash
-curl -LO 
https://github.com/xylaaaaa/metabase-doris-driver/releases/download/v1.0.0/doris.metabase-driver-v1.0.0.jar
-curl -LO 
https://github.com/xylaaaaa/metabase-doris-driver/releases/download/v1.0.0/doris.metabase-driver-v1.0.0.jar.sha256
+curl -LO 
https://github.com/velodb/metabase-doris-driver/releases/download/v1.0.0/doris.metabase-driver-v1.0.0.jar
+curl -LO 
https://github.com/velodb/metabase-doris-driver/releases/download/v1.0.0/doris.metabase-driver-v1.0.0.jar.sha256
 sha256sum -c doris.metabase-driver-v1.0.0.jar.sha256
 ```
 


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to