From 650be2b53deb9623d319e4f979d90cccc1889ae3 Mon Sep 17 00:00:00 2001 From: Alex Duan <417921451@qq.com> Date: Mon, 16 Dec 2024 15:44:59 +0800 Subject: [PATCH] fix: table center2 --- docs/en/10-third-party/05-bi/11-superset.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 9f6b22fcc2..80382c2691 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". -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. +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 ```bash