fix: table center
This commit is contained in:
parent
8201870bbe
commit
19ca040e95
|
@ -30,7 +30,7 @@ pip3 install taos-ws-py
|
||||||
|
|
||||||
Step 1, enter the new database connection page, Superset -> Setting-> Database Connections -> +DATABASE
|
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 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 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
|
Step 4: The "SQLALCHEMY URL" field is a key connection information string, and it must be filled in correctly
|
||||||
```bash
|
```bash
|
||||||
|
|
|
@ -33,7 +33,7 @@ pip3 install taos-ws-py
|
||||||
```bash
|
```bash
|
||||||
taosws://用户名:密码@主机名:端口号
|
taosws://用户名:密码@主机名:端口号
|
||||||
```
|
```
|
||||||
| 参数名称 | 参数说明 |
|
| 参数名称 | 参数说明 |
|
||||||
|:------- |:-------------------------------- |
|
|:------- |:-------------------------------- |
|
||||||
| 用户名 | 登录 TDengine 数据库用户名 |
|
| 用户名 | 登录 TDengine 数据库用户名 |
|
||||||
| 密码 | 登录 TDengine 数据库密码 |
|
| 密码 | 登录 TDengine 数据库密码 |
|
||||||
|
|
Loading…
Reference in New Issue