From 2595803e2495b2228a773d52b3b54945c4007e30 Mon Sep 17 00:00:00 2001 From: Alex Duan <417921451@qq.com> Date: Sat, 14 Dec 2024 20:53:20 +0800 Subject: [PATCH] fix: publish 2.7.18 release package --- docs/en/10-third-party/05-bi/11-superset.md | 2 +- docs/zh/10-third-party/05-bi/11-superset.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/en/10-third-party/05-bi/11-superset.md b/docs/en/10-third-party/05-bi/11-superset.md index 2d51e9b715..9e572d7762 100644 --- a/docs/en/10-third-party/05-bi/11-superset.md +++ b/docs/en/10-third-party/05-bi/11-superset.md @@ -19,7 +19,7 @@ Both TDengine Enterprise Edition and Community Edition are supported, with versi ## Install TDengine Python Connector -The Python connector of TDengine comes with a connection driver that supports Superset in versions 2.1.17 and later, which will be automatically installed in the Superset directory and provide data source services +The Python connector of TDengine comes with a connection driver that supports Superset in versions 2.1.18 and later, which will be automatically installed in the Superset directory and provide data source services The connection uses the WebSocket protocol, so it is necessary to install the taos ws py component of TDengine separately. The complete installation script is as follows: ```bash pip3 install taospy diff --git a/docs/zh/10-third-party/05-bi/11-superset.md b/docs/zh/10-third-party/05-bi/11-superset.md index 8674b83235..03622a8ab9 100644 --- a/docs/zh/10-third-party/05-bi/11-superset.md +++ b/docs/zh/10-third-party/05-bi/11-superset.md @@ -16,7 +16,7 @@ TDengine 企业版及社区版均可支持,版本要求在 3.0 及以上 ## 安装 TDengine Python 连接器 -TDengine Python 连接器从 `v2.1.17` 开始自带 Superset 连接驱动,安装程序会把连接驱动安装到 Superset 相应目录下并向 Superset 提供数据源服务 +TDengine Python 连接器从 `v2.1.18` 开始自带 Superset 连接驱动,安装程序会把连接驱动安装到 Superset 相应目录下并向 Superset 提供数据源服务 Superset 与 TDengine 之间使用 WebSocket 协议连接,所以需另安装支持 WebSocket 连接协议的组件 `taos-ws-py` , 全部安装脚本如下: ```bash pip3 install taospy