From 8201870bbe02f86474364bd185dff77b4cbda909 Mon Sep 17 00:00:00 2001 From: Alex Duan <417921451@qq.com> Date: Mon, 16 Dec 2024 15:19:41 +0800 Subject: [PATCH] fix: table algin with   --- docs/en/10-third-party/05-bi/11-superset.md | 2 +- docs/zh/10-third-party/05-bi/11-superset.md | 4 ++-- 2 files changed, 3 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 9b371cda41..ab78750498 100644 --- a/docs/en/10-third-party/05-bi/11-superset.md +++ b/docs/en/10-third-party/05-bi/11-superset.md @@ -36,7 +36,7 @@ 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 | 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 2746b6bf4c..87f7246b14 100644 --- a/docs/zh/10-third-party/05-bi/11-superset.md +++ b/docs/zh/10-third-party/05-bi/11-superset.md @@ -33,8 +33,8 @@ pip3 install taos-ws-py ```bash taosws://用户名:密码@主机名:端口号 ``` -| 参数名称 | 参数说明 | -|:------- |:-------------------------------- :| +| 参数名称 |                           参数说明 | +|:------- |:-------------------------------- | | 用户名 | 登录 TDengine 数据库用户名 | | 密码 | 登录 TDengine 数据库密码 | | 主机名 | TDengine 数据库所在主机名称 |