fix: table align and describe

This commit is contained in:
Alex Duan 2024-12-16 15:04:17 +08:00
parent 4bd59e4e09
commit 5b9d976e3e
2 changed files with 4 additions and 4 deletions

View File

@ -36,8 +36,8 @@ Step 4: The "SQLALCHEMY URL" field is a key connection information string, and i
```bash ```bash
taosws://user:password@host:port taosws://user:password@host:port
``` ```
| Parameter | Parameter Description | | Parameter | <div align=center>Parameter Description</div> |
|:---------- |:--------- | |:---------- |:--------------------------------------------------------- |
|user | Username for logging into TDengine database | |user | Username for logging into TDengine database |
|password | Password for logging into TDengine database | |password | Password for logging into TDengine database |
|host | Name of the host where the TDengine database is located | |host | Name of the host where the TDengine database is located |

View File

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