diff --git a/docs/en/10-third-party/05-bi/11-superset.md b/docs/en/10-third-party/05-bi/11-superset.md index 80382c2691..6af7400801 100644 --- a/docs/en/10-third-party/05-bi/11-superset.md +++ b/docs/en/10-third-party/05-bi/11-superset.md @@ -28,11 +28,11 @@ pip3 install taos-ws-py ## Configure TDengine Connection In Superset -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 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. -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 +**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 taosws://user:password@host:port ``` diff --git a/docs/zh/10-third-party/05-bi/11-superset.md b/docs/zh/10-third-party/05-bi/11-superset.md index 0f2d8b7757..ca7e5366f2 100644 --- a/docs/zh/10-third-party/05-bi/11-superset.md +++ b/docs/zh/10-third-party/05-bi/11-superset.md @@ -25,11 +25,11 @@ pip3 install taos-ws-py ## Superset 中配置 TDengine 连接 -第1步,进入新建数据库连接页面 Superset -> Setting-> Database Connections -> +DATABASE -第2步,选择 TDengine 数据库连接。"SUPPORTED DATABASES" 下拉列表中选择 "TDengine" 项。 +**第 1 步**,进入新建数据库连接页面 Superset -> Setting-> Database Connections -> +DATABASE +**第 2 步**,选择 TDengine 数据库连接。"SUPPORTED DATABASES" 下拉列表中选择 "TDengine" 项。     注意:若下拉列表中无 "TDengine" 项,请检查安装顺序,确保 `TDengine Python 连接器` 在 `Superset` 安装之后再安装。 -第3步,"DISPLAY NAME" 中填写连接名称,任意填写即可。 -第4步,"SQLALCHEMY URL" 项为关键连接信息串,务必填写正确。 +**第 3 步**,"DISPLAY NAME" 中填写连接名称,任意填写即可。 +**第 4 步**,"SQLALCHEMY URL" 项为关键连接信息串,务必填写正确。 ```bash taosws://用户名:密码@主机名:端口号 ```