From b3a029aa08aa1c9b9739628bc4c14dcdcfd7b2e8 Mon Sep 17 00:00:00 2001 From: Alex Duan <417921451@qq.com> Date: Mon, 16 Dec 2024 16:43:23 +0800 Subject: [PATCH] fix: add tips --- docs/en/10-third-party/05-bi/11-superset.md | 6 ++++-- docs/zh/10-third-party/05-bi/11-superset.md | 4 +++- 2 files changed, 7 insertions(+), 3 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 56e0cb112b..e322043fd3 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,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 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 ca7e5366f2..01199ed6df 100644 --- a/docs/zh/10-third-party/05-bi/11-superset.md +++ b/docs/zh/10-third-party/05-bi/11-superset.md @@ -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