fix: add tips

This commit is contained in:
Alex Duan 2024-12-16 16:43:23 +08:00
parent 72d2449d05
commit b3a029aa08
2 changed files with 7 additions and 3 deletions

View File

@ -30,7 +30,9 @@ 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".
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.
:::tip
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
```bash
@ -48,7 +50,7 @@ The TDengine database installed on this machine provides WebSocket service port
```bash
taosws://root:taosdata@localhost:6041
```
Step 5, configure the connection string, click "TEST CONNECTION" to test if the connection can be successful. After passing the test, click the "CONNECT" button to complete the connection
**Step 5**, configure the connection string, click "TEST CONNECTION" to test if the connection can be successful. After passing the test, click the "CONNECT" button to complete the connection
## Start

View File

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