fix: table center3

This commit is contained in:
Alex Duan 2024-12-16 15:49:45 +08:00
parent 650be2b53d
commit 25c6ecc276
2 changed files with 8 additions and 8 deletions

View File

@ -28,11 +28,11 @@ pip3 install taos-ws-py
## Configure TDengine Connection In Superset
Step 1, enter the new database connection page, Superset -> Setting-> Database Connections -> +DATABASE
Step 2, select TDengine database connection, select the "TDengine" option from the drop-down list of "SUPPORTED DATABASES".
**Step 1**, enter the new database connection page, Superset -> Setting-> Database Connections -> +DATABASE
**Step 2**, select TDengine database connection, select the "TDengine" option from the drop-down list of "SUPPORTED DATABASES".
note: If there is no TDengine option in the drop-down list, please confirm that the steps of installing, `Superset` is first and `Python Connector` is second.
Step 3, write a name of connection in "DISPLAY NAME"
Step 4: The "SQLALCHEMY URL" field is a key connection information string, and it must be filled in correctly
**Step 3**, write a name of connection in "DISPLAY NAME"
**Step 4**: The "SQLALCHEMY URL" field is a key connection information string, and it must be filled in correctly
```bash
taosws://user:password@host:port
```

View File

@ -25,11 +25,11 @@ pip3 install taos-ws-py
## Superset 中配置 TDengine 连接
第1步进入新建数据库连接页面 Superset -> Setting-> Database Connections -> +DATABASE
第2步选择 TDengine 数据库连接。"SUPPORTED DATABASES" 下拉列表中选择 "TDengine" 项。
** 1 **,进入新建数据库连接页面 Superset -> Setting-> Database Connections -> +DATABASE
** 2 **,选择 TDengine 数据库连接。"SUPPORTED DATABASES" 下拉列表中选择 "TDengine" 项。
    注意:若下拉列表中无 "TDengine" 项,请检查安装顺序,确保 `TDengine Python 连接器``Superset` 安装之后再安装。
第3步"DISPLAY NAME" 中填写连接名称,任意填写即可。
第4步"SQLALCHEMY URL" 项为关键连接信息串,务必填写正确。
** 3 **"DISPLAY NAME" 中填写连接名称,任意填写即可。
** 4 **"SQLALCHEMY URL" 项为关键连接信息串,务必填写正确。
```bash
taosws://用户名:密码@主机名:端口号
```