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 ab78750498..d3bc656f6b 100644 --- a/docs/en/10-third-party/05-bi/11-superset.md +++ b/docs/en/10-third-party/05-bi/11-superset.md @@ -30,7 +30,7 @@ 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". -- 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 4: The "SQLALCHEMY URL" field is a key connection information string, and it must be filled in correctly ```bash 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 87f7246b14..0f2d8b7757 100644 --- a/docs/zh/10-third-party/05-bi/11-superset.md +++ b/docs/zh/10-third-party/05-bi/11-superset.md @@ -33,7 +33,7 @@ pip3 install taos-ws-py ```bash taosws://用户名:密码@主机名:端口号 ``` -| 参数名称 |                           参数说明 | +| 参数名称 |                          参数说明 | |:------- |:-------------------------------- | | 用户名 | 登录 TDengine 数据库用户名 | | 密码 | 登录 TDengine 数据库密码 |