From 5b9d976e3e75be4955d464bf50bd2e07c21f16cb Mon Sep 17 00:00:00 2001 From: Alex Duan <417921451@qq.com> Date: Mon, 16 Dec 2024 15:04:17 +0800 Subject: [PATCH] fix: table align and describe --- docs/en/10-third-party/05-bi/11-superset.md | 4 ++-- docs/zh/10-third-party/05-bi/11-superset.md | 4 ++-- 2 files changed, 4 insertions(+), 4 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 fcd3dfb5c1..9b371cda41 100644 --- a/docs/en/10-third-party/05-bi/11-superset.md +++ b/docs/en/10-third-party/05-bi/11-superset.md @@ -36,8 +36,8 @@ Step 4: The "SQLALCHEMY URL" field is a key connection information string, and i ```bash taosws://user:password@host:port ``` -| Parameter | Parameter Description | -|:---------- |:--------- | +| Parameter |
Parameter Description
| +|:---------- |:--------------------------------------------------------- | |user | Username for logging into TDengine database | |password | Password for logging into TDengine database | |host | Name of the host where the TDengine database is located | 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 e0f9b8505e..e819da0615 100644 --- a/docs/zh/10-third-party/05-bi/11-superset.md +++ b/docs/zh/10-third-party/05-bi/11-superset.md @@ -27,13 +27,13 @@ pip3 install taos-ws-py 第1步,进入新建数据库连接页面 Superset -> Setting-> Database Connections -> +DATABASE 第2步,选择 TDengine 数据库连接。"SUPPORTED DATABASES" 下拉列表中选择 "TDengine" 项。 -- 若下拉列表中无 "TDengine" 项,请检查安装顺序,确保 `TDengine Python 连接器` 在 `Superset` 安装之后再安装。 +    注意:若下拉列表中无 "TDengine" 项,请检查安装顺序,确保 `TDengine Python 连接器` 在 `Superset` 安装之后再安装。 第3步,"DISPLAY NAME" 中填写连接名称,任意填写即可。 第4步,"SQLALCHEMY URL" 项为关键连接信息串,务必填写正确。 ```bash taosws://用户名:密码@主机名:端口号 ``` -| 参数名称 | 参数说明 | +| 参数名称 |
参数说明
| |:------- |:-------------------------------- | | 用户名 | 登录 TDengine 数据库用户名 | | 密码 | 登录 TDengine 数据库密码 |