From 19ca040e95c8c055e2c47d755486f6fc7437f283 Mon Sep 17 00:00:00 2001 From: Alex Duan <417921451@qq.com> Date: Mon, 16 Dec 2024 15:32:40 +0800 Subject: [PATCH] fix: table center --- docs/en/10-third-party/05-bi/11-superset.md | 2 +- docs/zh/10-third-party/05-bi/11-superset.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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 数据库密码 |