fix: table center

This commit is contained in:
Alex Duan 2024-12-16 15:32:40 +08:00
parent 8201870bbe
commit 19ca040e95
2 changed files with 2 additions and 2 deletions

View File

@ -30,7 +30,7 @@ pip3 install taos-ws-py
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".
- If there is no TDengine option in the drop-down list, please confirm that the steps of installing Superset first and then installing the Python connector are correct.
     note: If there is no TDengine option in the drop-down list, please confirm that the steps of installing Superset first and then installing the Python connector are correct.
Step 3, "DISPLAY NAME" give the connection a name in the PLAY NAME and fill it in freely
Step 4: The "SQLALCHEMY URL" field is a key connection information string, and it must be filled in correctly
```bash

View File

@ -33,7 +33,7 @@ pip3 install taos-ws-py
```bash
taosws://用户名:密码@主机名:端口号
```
| 参数名称 |                           参数说明 |
| 参数名称 |                          参数说明 |
|:------- |:-------------------------------- |
| 用户名 | 登录 TDengine 数据库用户名 |
| 密码 | 登录 TDengine 数据库密码 |