fix: publish 2.7.18 release package

This commit is contained in:
Alex Duan 2024-12-14 20:53:20 +08:00
parent 6a38f269e6
commit 2595803e24
2 changed files with 2 additions and 2 deletions

View File

@ -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

View File

@ -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