fix: table align and describe
This commit is contained in:
parent
4bd59e4e09
commit
5b9d976e3e
|
@ -36,8 +36,8 @@ Step 4: The "SQLALCHEMY URL" field is a key connection information string, and i
|
|||
```bash
|
||||
taosws://user:password@host:port
|
||||
```
|
||||
| Parameter | Parameter Description |
|
||||
|:---------- |:--------- |
|
||||
| Parameter | <div align=center>Parameter Description</div> |
|
||||
|:---------- |:--------------------------------------------------------- |
|
||||
|user | Username for logging into TDengine database |
|
||||
|password | Password for logging into TDengine database |
|
||||
|host | Name of the host where the TDengine database is located |
|
||||
|
|
|
@ -27,13 +27,13 @@ pip3 install taos-ws-py
|
|||
|
||||
第1步,进入新建数据库连接页面 Superset -> Setting-> Database Connections -> +DATABASE
|
||||
第2步,选择 TDengine 数据库连接。"SUPPORTED DATABASES" 下拉列表中选择 "TDengine" 项。
|
||||
- 若下拉列表中无 "TDengine" 项,请检查安装顺序,确保 `TDengine Python 连接器` 在 `Superset` 安装之后再安装。
|
||||
注意:若下拉列表中无 "TDengine" 项,请检查安装顺序,确保 `TDengine Python 连接器` 在 `Superset` 安装之后再安装。
|
||||
第3步,"DISPLAY NAME" 中填写连接名称,任意填写即可。
|
||||
第4步,"SQLALCHEMY URL" 项为关键连接信息串,务必填写正确。
|
||||
```bash
|
||||
taosws://用户名:密码@主机名:端口号
|
||||
```
|
||||
| 参数名称 | 参数说明 |
|
||||
| 参数名称 | <div align=center>参数说明</div> |
|
||||
|:------- |:-------------------------------- |
|
||||
| 用户名 | 登录 TDengine 数据库用户名 |
|
||||
| 密码 | 登录 TDengine 数据库密码 |
|
||||
|
|
Loading…
Reference in New Issue