This is an automated email from the ASF dual-hosted git repository.
github-bot pushed a commit to branch asf-site
in repository https://gitbox.apache.org/repos/asf/dolphinscheduler-website.git
The following commit(s) were added to refs/heads/asf-site by this push:
new 2bb911160b Automated deployment:
3ce7b145a74438dafb99913066bef683959967d4
2bb911160b is described below
commit 2bb911160b2b03450c671a56f3acd9b29b8c0c04
Author: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
AuthorDate: Wed Nov 20 05:06:15 2024 +0000
Automated deployment: 3ce7b145a74438dafb99913066bef683959967d4
---
data/doc/en-us.json | 14 +-
data/doc/zh-cn.json | 14 +-
fetch/doc/en-us/dev.json | 9 -
fetch/doc/zh-cn/dev.json | 9 -
.../doc/en-us/dev/architecture/configuration.json | 2 +-
pages/doc/en-us/dev/guide/data-quality.json | 1565 -----------------
.../doc/en-us/dev/guide/upgrade/incompatible.json | 2 +-
.../doc/zh-cn/dev/architecture/configuration.json | 2 +-
pages/doc/zh-cn/dev/guide/data-quality.json | 1751 --------------------
.../doc/zh-cn/dev/guide/upgrade/incompatible.json | 2 +-
python/2.0.5/.buildinfo | 2 +-
python/2.0.6/.buildinfo | 2 +-
python/2.0.7/.buildinfo | 2 +-
python/3.0.0/.buildinfo | 2 +-
python/3.0.1/.buildinfo | 2 +-
python/3.1.0/.buildinfo | 2 +-
python/4.0.0/.buildinfo | 2 +-
python/4.0.1/.buildinfo | 2 +-
python/4.0.2/.buildinfo | 2 +-
python/4.0.3/.buildinfo | 2 +-
python/4.0.4/.buildinfo | 2 +-
python/main/.buildinfo | 2 +-
22 files changed, 20 insertions(+), 3374 deletions(-)
diff --git a/data/doc/en-us.json b/data/doc/en-us.json
index c1d181f830..2cdeded786 100644
--- a/data/doc/en-us.json
+++ b/data/doc/en-us.json
@@ -35558,16 +35558,6 @@
"Metrics"
]
},
- {
- "content": "Data Quality\nIntroduction\nThe data quality task is used to
check the data accuracy during the integration and processing of data. Data
quality tasks in this release include single-table checking, single-table
custom SQL checking, multi-table accuracy, and two-table value comparisons. The
running environment of the data quality task is Spark 2.4.0, and other versions
have not been verified, and users can verify by themselves.\nThe execution
logic of the data quality task [...]
- "version": "dev",
- "link": "/guide/data-quality",
- "title": "Data Quality",
- "location": [
- "Introduction to Functions",
- "Data Quality"
- ]
- },
{
"content": "Remote Logging\nApache DolphinScheduler supports writing task
logs to remote storage. When remote logging is enabled, DolphinScheduler will
send the task logs to the specified remote storage asynchronously after the
task ends. In addition, when the user views or downloads the task log, if the
log file does not exist locally, DolphinScheduler will download the
corresponding log file from the remote storage to the local file
system.\nEnabling remote logging\nIf you deploy D [...]
"version": "dev",
@@ -35579,7 +35569,7 @@
]
},
{
- "content": "Incompatible\nThis document records the incompatible updates
between each version. You need to check this document before you upgrade to
related version.\ndev\n\nUpgrade mysql driver version from 8.0.16 to 8.0.33
(#14684)\nChange env PYTHON_HOME to PYTHON_LAUNCHER and DATAX_HOME to
DATAX_LAUNCHER (#14523)\nChange regex matching sql params in SQL task plugin
(#13378)\nRemove the spark version of spark task (#11860).\nChange the default
unix shell executor from sh to bash ( [...]
+ "content": "Incompatible\nThis document records the incompatible updates
between each version. You need to check this document before you upgrade to
related version.\ndev\n\nUpgrade mysql driver version from 8.0.16 to 8.0.33
(#14684)\nChange env PYTHON_HOME to PYTHON_LAUNCHER and DATAX_HOME to
DATAX_LAUNCHER (#14523)\nChange regex matching sql params in SQL task plugin
(#13378)\nRemove the spark version of spark task (#11860).\nChange the default
unix shell executor from sh to bash ( [...]
"version": "dev",
"link": "/guide/upgrade/incompatible",
"title": "Incompatible",
@@ -35712,7 +35702,7 @@
]
},
{
- "content": "\nConfiguration\nPreface\nThis document explains the
DolphinScheduler application configurations.\nDirectory Structure\nThe
directory structure of DolphinScheduler is as follows:\n├── LICENSE\n│\n├──
NOTICE\n│\n├── licenses directory of
licenses\n│\n├── bin directory of
DolphinScheduler application commands, configurations scripts\n│ ├──
dolphinscheduler-daemon.sh script to start or [...]
+ "content": "\nConfiguration\nPreface\nThis document explains the
DolphinScheduler application configurations.\nDirectory Structure\nThe
directory structure of DolphinScheduler is as follows:\n├── LICENSE\n│\n├──
NOTICE\n│\n├── licenses directory of
licenses\n│\n├── bin directory of
DolphinScheduler application commands, configurations scripts\n│ ├──
dolphinscheduler-daemon.sh script to start or [...]
"version": "dev",
"link": "/architecture/configuration",
"title": "Configuration",
diff --git a/data/doc/zh-cn.json b/data/doc/zh-cn.json
index 1f6ebdd9c7..854f202e65 100644
--- a/data/doc/zh-cn.json
+++ b/data/doc/zh-cn.json
@@ -31310,16 +31310,6 @@
"指标"
]
},
- {
- "content":
"概述\n任务类型介绍\n数据质量任务是用于检查数据在集成、处理过程中的数据准确性。本版本的数据质量任务包括单表检查、单表自定义SQL检查、多表准确性以及两表值比对。数据质量任务的运行环境为Spark2.4.0,其他版本尚未进行过验证,用户可自行验证。\n\n数据质量任务的执行逻辑如下:\n\n\n用户在界面定义任务,用户输入值保存在TaskParam中\n运行任务时,Master会解析TaskParam,封装DataQualityTask所需要的参数下发至Worker。
Worker运行数据质量任务,数据质量任务在运行结束之后将统计结果写入到指定的存储引擎中,当前数据质量任务结果存储在dolphinscheduler的t_ds_dq_execute_result表中\nWorker发送任务结果给Master,Master收到TaskResponse之后会判断任务类型是否为DataQualityTask,如果是的话会根据taskInstanceId从t_ds_dq_execute_result中读取相应的结果,�
�根据用户配置好的检查方式, [...]
- "version": "dev",
- "link": "/guide/data-quality",
- "title": "概述",
- "location": [
- "功能介绍",
- "数据质量"
- ]
- },
{
"content": "远程日志存储(Remote Logging)\nApache
DolphinScheduler支持将任务日志传输到远端存储上。当配置开启远程日志存储后,DolphinScheduler将在任务结束后,将对应的任务日志异步地发送到指定的远端存储上。此外,用户在查看或下载任务日志时,若本地没有该日志文件,DolphinScheduler将从远端存储上下载对应的日志文件到本地文件系统。\n开启远程日志存储\n如果您以
集群 模式或者 伪集群
模式部署DolphinScheduler,您需要对以下路径的文件进行配置:api-server/conf/common.properties,master-server/conf/common.properties和
worker-server/conf/common.properties;\n若您以 单机 模式部署DolphinScheduler,您只需要配置
standalone-server/conf/common.properties,具体配置如下:\n# 是否开启远程日志存储\nremote.lo [...]
"version": "dev",
@@ -31331,7 +31321,7 @@
]
},
{
- "content":
"不向前兼容的更新\n本文档记录了各版本之间不兼容的更新内容。在升级到相关版本前,请检查本文档。\ndev\n\n将mysql驱动版本从8.0.16升级至8.0.33
(#14684)\n更改了环境变量名称,将 PYTHON_HOME 改为 PYTHON_LAUNCHER, 将 DATAX_HOME 改为
DATAX_LAUNCHER (#14523)\n更新了SQL任务中用于匹配变量的正则表达式 (#13378)\nRemove the spark
version of spark task (#11860).\nChange the default unix shell executor from sh
to bash (#12180).\nRemove deleteSource in download() of StorageOperate
(#14084)\n\n3.2.0\n\n资源中心相关接口删除请求参数 description (#14394)\n\n3.0.0\n\nCopy and
import workflow with [...]
+ "content":
"不向前兼容的更新\n本文档记录了各版本之间不兼容的更新内容。在升级到相关版本前,请检查本文档。\ndev\n\n将mysql驱动版本从8.0.16升级至8.0.33
(#14684)\n更改了环境变量名称,将 PYTHON_HOME 改为 PYTHON_LAUNCHER, 将 DATAX_HOME 改为
DATAX_LAUNCHER (#14523)\n更新了SQL任务中用于匹配变量的正则表达式 (#13378)\nRemove the spark
version of spark task (#11860).\nChange the default unix shell executor from sh
to bash (#12180).\nRemove deleteSource in download() of StorageOperate
(#14084)\n\n3.2.0\n\n资源中心相关接口删除请求参数 description (#14394)\n\n3.0.0\n\nCopy and
import workflow with [...]
"version": "dev",
"link": "/guide/upgrade/incompatible",
"title": "不向前兼容的更新",
@@ -31464,7 +31454,7 @@
]
},
{
- "content":
"\n前言\n本文档为dolphinscheduler配置文件说明文档。\n目录结构\nDolphinScheduler的目录结构如下:\n├──
LICENSE\n│\n├── NOTICE\n│\n├── licenses
licenses存放目录\n│\n├── bin
DolphinScheduler命令和环境变量配置存放目录\n│ ├── dolphinscheduler-daemon.sh
启动/关闭DolphinScheduler服务脚本\n│ ├── env
环境变量配置存放目录\n│ │ ├── dolphinscheduler_env.sh
当使用`dolphinscheduler-daemon.sh`脚本起停服务时,运行此脚本加载环境变 [...]
+ "content":
"\n前言\n本文档为dolphinscheduler配置文件说明文档。\n目录结构\nDolphinScheduler的目录结构如下:\n├──
LICENSE\n│\n├── NOTICE\n│\n├── licenses
licenses存放目录\n│\n├── bin
DolphinScheduler命令和环境变量配置存放目录\n│ ├── dolphinscheduler-daemon.sh
启动/关闭DolphinScheduler服务脚本\n│ ├── env
环境变量配置存放目录\n│ │ ├── dolphinscheduler_env.sh
当使用`dolphinscheduler-daemon.sh`脚本起停服务时,运行此脚本加载环境变 [...]
"version": "dev",
"link": "/architecture/configuration",
"title": "前言",
diff --git a/fetch/doc/en-us/dev.json b/fetch/doc/en-us/dev.json
index 6c37184155..ac2bc740fe 100644
--- a/fetch/doc/en-us/dev.json
+++ b/fetch/doc/en-us/dev.json
@@ -1052,15 +1052,6 @@
],
"key": "/introduction-to-functions_menu/metrics_menu"
},
- {
- "title": "Data Quality",
- "children": [],
- "location": [
- "Introduction to Functions",
- "Data Quality"
- ],
- "key": "/guide/data-quality"
- },
{
"title": "Remote Logging",
"children": [],
diff --git a/fetch/doc/zh-cn/dev.json b/fetch/doc/zh-cn/dev.json
index 3b0676c21a..c91a58f1c0 100644
--- a/fetch/doc/zh-cn/dev.json
+++ b/fetch/doc/zh-cn/dev.json
@@ -1012,15 +1012,6 @@
],
"key": "/功能介绍_menu/指标相关_menu"
},
- {
- "title": "数据质量",
- "children": [],
- "location": [
- "功能介绍",
- "数据质量"
- ],
- "key": "/guide/data-quality"
- },
{
"title": "远程日志存储",
"children": [],
diff --git a/pages/doc/en-us/dev/architecture/configuration.json
b/pages/doc/en-us/dev/architecture/configuration.json
index 03c9b16811..f55ad4d7a3 100644
--- a/pages/doc/en-us/dev/architecture/configuration.json
+++ b/pages/doc/en-us/dev/architecture/configuration.json
@@ -1,5 +1,5 @@
{
- "__html": "<!-- markdown-link-check-disable -->\n<h1
id=\"configuration\">Configuration</h1>\n<h2
id=\"preface\">Preface</h2>\n<p>This document explains the DolphinScheduler
application configurations.</p>\n<h2 id=\"directory-structure\">Directory
Structure</h2>\n<p>The directory structure of DolphinScheduler is as
follows:</p>\n<pre><code>├── LICENSE\n│\n├── NOTICE\n│\n├── licenses
directory of licenses\n│\n├── bin
[...]
+ "__html": "<!-- markdown-link-check-disable -->\n<h1
id=\"configuration\">Configuration</h1>\n<h2
id=\"preface\">Preface</h2>\n<p>This document explains the DolphinScheduler
application configurations.</p>\n<h2 id=\"directory-structure\">Directory
Structure</h2>\n<p>The directory structure of DolphinScheduler is as
follows:</p>\n<pre><code>├── LICENSE\n│\n├── NOTICE\n│\n├── licenses
directory of licenses\n│\n├── bin
[...]
"location": [
"Architecture Guide",
"Configuration File"
diff --git a/pages/doc/en-us/dev/guide/data-quality.json
b/pages/doc/en-us/dev/guide/data-quality.json
deleted file mode 100644
index 95a5d682f5..0000000000
--- a/pages/doc/en-us/dev/guide/data-quality.json
+++ /dev/null
@@ -1,1565 +0,0 @@
-{
- "__html": "<h1 id=\"data-quality\">Data Quality</h1>\n<h2
id=\"introduction\">Introduction</h2>\n<p>The data quality task is used to
check the data accuracy during the integration and processing of data. Data
quality tasks in this release include single-table checking, single-table
custom SQL checking, multi-table accuracy, and two-table value comparisons. The
running environment of the data quality task is Spark 2.4.0, and other versions
have not been verified, and users can verify by [...]
- "location": [
- "Introduction to Functions",
- "Data Quality"
- ],
- "structure": [
- {
- "title": "Introduction",
- "children": [
- {
- "title": "Inspection Introduction",
- "children": [],
- "anchor": "inspection-introduction"
- },
- {
- "title": "Interface Operation Guide",
- "children": [],
- "anchor": "interface-operation-guide"
- },
- {
- "title": "Inspection Introduction",
- "children": [],
- "anchor": "inspection-introduction"
- },
- {
- "title": "Interface Operation Guide",
- "children": [],
- "anchor": "interface-operation-guide"
- },
- {
- "title": "Inspection Introduction",
- "children": [],
- "anchor": "inspection-introduction"
- },
- {
- "title": "Interface Operation Guide",
- "children": [],
- "anchor": "interface-operation-guide"
- },
- {
- "title": "Inspection Introduction",
- "children": [],
- "anchor": "inspection-introduction"
- },
- {
- "title": "Interface Operation Guide",
- "children": [],
- "anchor": "interface-operation-guide"
- },
- {
- "title": "Inspection Introduction",
- "children": [],
- "anchor": "inspection-introduction"
- },
- {
- "title": "Interface Operation Guide",
- "children": [],
- "anchor": "interface-operation-guide"
- },
- {
- "title": "Inspection Introduction",
- "children": [],
- "anchor": "inspection-introduction"
- },
- {
- "title": "Interface Operation Guide",
- "children": [],
- "anchor": "interface-operation-guide"
- },
- {
- "title": "Inspection Introduction",
- "children": [],
- "anchor": "inspection-introduction"
- },
- {
- "title": "Interface Operation Guide",
- "children": [],
- "anchor": "interface-operation-guide"
- },
- {
- "title": "Interface Operation Guide",
- "children": [],
- "anchor": "interface-operation-guide"
- },
- {
- "title": "Inspection Introduction",
- "children": [],
- "anchor": "inspection-introduction"
- },
- {
- "title": "Interface Operation Guide",
- "children": [],
- "anchor": "interface-operation-guide"
- },
- {
- "title": "Inspection Introduction",
- "children": [],
- "anchor": "inspection-introduction"
- },
- {
- "title": "Interface Operation Guide",
- "children": [],
- "anchor": "interface-operation-guide"
- },
- {
- "title": "List of rules",
- "children": [],
- "anchor": "list-of-rules"
- },
- {
- "title": "Rules Details",
- "children": [],
- "anchor": "rules-details"
- }
- ],
- "anchor": "introduction"
- },
- {
- "title": "Detailed Inspection Logic",
- "children": [
- {
- "title": "Inspection Introduction",
- "children": [],
- "anchor": "inspection-introduction"
- },
- {
- "title": "Interface Operation Guide",
- "children": [],
- "anchor": "interface-operation-guide"
- },
- {
- "title": "Inspection Introduction",
- "children": [],
- "anchor": "inspection-introduction"
- },
- {
- "title": "Interface Operation Guide",
- "children": [],
- "anchor": "interface-operation-guide"
- },
- {
- "title": "Inspection Introduction",
- "children": [],
- "anchor": "inspection-introduction"
- },
- {
- "title": "Interface Operation Guide",
- "children": [],
- "anchor": "interface-operation-guide"
- },
- {
- "title": "Inspection Introduction",
- "children": [],
- "anchor": "inspection-introduction"
- },
- {
- "title": "Interface Operation Guide",
- "children": [],
- "anchor": "interface-operation-guide"
- },
- {
- "title": "Inspection Introduction",
- "children": [],
- "anchor": "inspection-introduction"
- },
- {
- "title": "Interface Operation Guide",
- "children": [],
- "anchor": "interface-operation-guide"
- },
- {
- "title": "Inspection Introduction",
- "children": [],
- "anchor": "inspection-introduction"
- },
- {
- "title": "Interface Operation Guide",
- "children": [],
- "anchor": "interface-operation-guide"
- },
- {
- "title": "Inspection Introduction",
- "children": [],
- "anchor": "inspection-introduction"
- },
- {
- "title": "Interface Operation Guide",
- "children": [],
- "anchor": "interface-operation-guide"
- },
- {
- "title": "Interface Operation Guide",
- "children": [],
- "anchor": "interface-operation-guide"
- },
- {
- "title": "Inspection Introduction",
- "children": [],
- "anchor": "inspection-introduction"
- },
- {
- "title": "Interface Operation Guide",
- "children": [],
- "anchor": "interface-operation-guide"
- },
- {
- "title": "Inspection Introduction",
- "children": [],
- "anchor": "inspection-introduction"
- },
- {
- "title": "Interface Operation Guide",
- "children": [],
- "anchor": "interface-operation-guide"
- },
- {
- "title": "List of rules",
- "children": [],
- "anchor": "list-of-rules"
- },
- {
- "title": "Rules Details",
- "children": [],
- "anchor": "rules-details"
- }
- ],
- "anchor": "detailed-inspection-logic"
- },
- {
- "title": "Null Value Check for Single Table Check",
- "children": [
- {
- "title": "Inspection Introduction",
- "children": [],
- "anchor": "inspection-introduction"
- },
- {
- "title": "Interface Operation Guide",
- "children": [],
- "anchor": "interface-operation-guide"
- },
- {
- "title": "Inspection Introduction",
- "children": [],
- "anchor": "inspection-introduction"
- },
- {
- "title": "Interface Operation Guide",
- "children": [],
- "anchor": "interface-operation-guide"
- },
- {
- "title": "Inspection Introduction",
- "children": [],
- "anchor": "inspection-introduction"
- },
- {
- "title": "Interface Operation Guide",
- "children": [],
- "anchor": "interface-operation-guide"
- },
- {
- "title": "Inspection Introduction",
- "children": [],
- "anchor": "inspection-introduction"
- },
- {
- "title": "Interface Operation Guide",
- "children": [],
- "anchor": "interface-operation-guide"
- },
- {
- "title": "Inspection Introduction",
- "children": [],
- "anchor": "inspection-introduction"
- },
- {
- "title": "Interface Operation Guide",
- "children": [],
- "anchor": "interface-operation-guide"
- },
- {
- "title": "Inspection Introduction",
- "children": [],
- "anchor": "inspection-introduction"
- },
- {
- "title": "Interface Operation Guide",
- "children": [],
- "anchor": "interface-operation-guide"
- },
- {
- "title": "Inspection Introduction",
- "children": [],
- "anchor": "inspection-introduction"
- },
- {
- "title": "Interface Operation Guide",
- "children": [],
- "anchor": "interface-operation-guide"
- },
- {
- "title": "Interface Operation Guide",
- "children": [],
- "anchor": "interface-operation-guide"
- },
- {
- "title": "Inspection Introduction",
- "children": [],
- "anchor": "inspection-introduction"
- },
- {
- "title": "Interface Operation Guide",
- "children": [],
- "anchor": "interface-operation-guide"
- },
- {
- "title": "Inspection Introduction",
- "children": [],
- "anchor": "inspection-introduction"
- },
- {
- "title": "Interface Operation Guide",
- "children": [],
- "anchor": "interface-operation-guide"
- },
- {
- "title": "List of rules",
- "children": [],
- "anchor": "list-of-rules"
- },
- {
- "title": "Rules Details",
- "children": [],
- "anchor": "rules-details"
- }
- ],
- "anchor": "null-value-check-for-single-table-check"
- },
- {
- "title": "Timeliness Check of Single Table Check",
- "children": [
- {
- "title": "Inspection Introduction",
- "children": [],
- "anchor": "inspection-introduction"
- },
- {
- "title": "Interface Operation Guide",
- "children": [],
- "anchor": "interface-operation-guide"
- },
- {
- "title": "Inspection Introduction",
- "children": [],
- "anchor": "inspection-introduction"
- },
- {
- "title": "Interface Operation Guide",
- "children": [],
- "anchor": "interface-operation-guide"
- },
- {
- "title": "Inspection Introduction",
- "children": [],
- "anchor": "inspection-introduction"
- },
- {
- "title": "Interface Operation Guide",
- "children": [],
- "anchor": "interface-operation-guide"
- },
- {
- "title": "Inspection Introduction",
- "children": [],
- "anchor": "inspection-introduction"
- },
- {
- "title": "Interface Operation Guide",
- "children": [],
- "anchor": "interface-operation-guide"
- },
- {
- "title": "Inspection Introduction",
- "children": [],
- "anchor": "inspection-introduction"
- },
- {
- "title": "Interface Operation Guide",
- "children": [],
- "anchor": "interface-operation-guide"
- },
- {
- "title": "Inspection Introduction",
- "children": [],
- "anchor": "inspection-introduction"
- },
- {
- "title": "Interface Operation Guide",
- "children": [],
- "anchor": "interface-operation-guide"
- },
- {
- "title": "Inspection Introduction",
- "children": [],
- "anchor": "inspection-introduction"
- },
- {
- "title": "Interface Operation Guide",
- "children": [],
- "anchor": "interface-operation-guide"
- },
- {
- "title": "Interface Operation Guide",
- "children": [],
- "anchor": "interface-operation-guide"
- },
- {
- "title": "Inspection Introduction",
- "children": [],
- "anchor": "inspection-introduction"
- },
- {
- "title": "Interface Operation Guide",
- "children": [],
- "anchor": "interface-operation-guide"
- },
- {
- "title": "Inspection Introduction",
- "children": [],
- "anchor": "inspection-introduction"
- },
- {
- "title": "Interface Operation Guide",
- "children": [],
- "anchor": "interface-operation-guide"
- },
- {
- "title": "List of rules",
- "children": [],
- "anchor": "list-of-rules"
- },
- {
- "title": "Rules Details",
- "children": [],
- "anchor": "rules-details"
- }
- ],
- "anchor": "timeliness-check-of-single-table-check"
- },
- {
- "title": "Field Length Check for Single Table Check",
- "children": [
- {
- "title": "Inspection Introduction",
- "children": [],
- "anchor": "inspection-introduction"
- },
- {
- "title": "Interface Operation Guide",
- "children": [],
- "anchor": "interface-operation-guide"
- },
- {
- "title": "Inspection Introduction",
- "children": [],
- "anchor": "inspection-introduction"
- },
- {
- "title": "Interface Operation Guide",
- "children": [],
- "anchor": "interface-operation-guide"
- },
- {
- "title": "Inspection Introduction",
- "children": [],
- "anchor": "inspection-introduction"
- },
- {
- "title": "Interface Operation Guide",
- "children": [],
- "anchor": "interface-operation-guide"
- },
- {
- "title": "Inspection Introduction",
- "children": [],
- "anchor": "inspection-introduction"
- },
- {
- "title": "Interface Operation Guide",
- "children": [],
- "anchor": "interface-operation-guide"
- },
- {
- "title": "Inspection Introduction",
- "children": [],
- "anchor": "inspection-introduction"
- },
- {
- "title": "Interface Operation Guide",
- "children": [],
- "anchor": "interface-operation-guide"
- },
- {
- "title": "Inspection Introduction",
- "children": [],
- "anchor": "inspection-introduction"
- },
- {
- "title": "Interface Operation Guide",
- "children": [],
- "anchor": "interface-operation-guide"
- },
- {
- "title": "Inspection Introduction",
- "children": [],
- "anchor": "inspection-introduction"
- },
- {
- "title": "Interface Operation Guide",
- "children": [],
- "anchor": "interface-operation-guide"
- },
- {
- "title": "Interface Operation Guide",
- "children": [],
- "anchor": "interface-operation-guide"
- },
- {
- "title": "Inspection Introduction",
- "children": [],
- "anchor": "inspection-introduction"
- },
- {
- "title": "Interface Operation Guide",
- "children": [],
- "anchor": "interface-operation-guide"
- },
- {
- "title": "Inspection Introduction",
- "children": [],
- "anchor": "inspection-introduction"
- },
- {
- "title": "Interface Operation Guide",
- "children": [],
- "anchor": "interface-operation-guide"
- },
- {
- "title": "List of rules",
- "children": [],
- "anchor": "list-of-rules"
- },
- {
- "title": "Rules Details",
- "children": [],
- "anchor": "rules-details"
- }
- ],
- "anchor": "field-length-check-for-single-table-check"
- },
- {
- "title": "Uniqueness Check for Single Table Check",
- "children": [
- {
- "title": "Inspection Introduction",
- "children": [],
- "anchor": "inspection-introduction"
- },
- {
- "title": "Interface Operation Guide",
- "children": [],
- "anchor": "interface-operation-guide"
- },
- {
- "title": "Inspection Introduction",
- "children": [],
- "anchor": "inspection-introduction"
- },
- {
- "title": "Interface Operation Guide",
- "children": [],
- "anchor": "interface-operation-guide"
- },
- {
- "title": "Inspection Introduction",
- "children": [],
- "anchor": "inspection-introduction"
- },
- {
- "title": "Interface Operation Guide",
- "children": [],
- "anchor": "interface-operation-guide"
- },
- {
- "title": "Inspection Introduction",
- "children": [],
- "anchor": "inspection-introduction"
- },
- {
- "title": "Interface Operation Guide",
- "children": [],
- "anchor": "interface-operation-guide"
- },
- {
- "title": "Inspection Introduction",
- "children": [],
- "anchor": "inspection-introduction"
- },
- {
- "title": "Interface Operation Guide",
- "children": [],
- "anchor": "interface-operation-guide"
- },
- {
- "title": "Inspection Introduction",
- "children": [],
- "anchor": "inspection-introduction"
- },
- {
- "title": "Interface Operation Guide",
- "children": [],
- "anchor": "interface-operation-guide"
- },
- {
- "title": "Inspection Introduction",
- "children": [],
- "anchor": "inspection-introduction"
- },
- {
- "title": "Interface Operation Guide",
- "children": [],
- "anchor": "interface-operation-guide"
- },
- {
- "title": "Interface Operation Guide",
- "children": [],
- "anchor": "interface-operation-guide"
- },
- {
- "title": "Inspection Introduction",
- "children": [],
- "anchor": "inspection-introduction"
- },
- {
- "title": "Interface Operation Guide",
- "children": [],
- "anchor": "interface-operation-guide"
- },
- {
- "title": "Inspection Introduction",
- "children": [],
- "anchor": "inspection-introduction"
- },
- {
- "title": "Interface Operation Guide",
- "children": [],
- "anchor": "interface-operation-guide"
- },
- {
- "title": "List of rules",
- "children": [],
- "anchor": "list-of-rules"
- },
- {
- "title": "Rules Details",
- "children": [],
- "anchor": "rules-details"
- }
- ],
- "anchor": "uniqueness-check-for-single-table-check"
- },
- {
- "title": "Regular Expression Check for Single Table Check",
- "children": [
- {
- "title": "Inspection Introduction",
- "children": [],
- "anchor": "inspection-introduction"
- },
- {
- "title": "Interface Operation Guide",
- "children": [],
- "anchor": "interface-operation-guide"
- },
- {
- "title": "Inspection Introduction",
- "children": [],
- "anchor": "inspection-introduction"
- },
- {
- "title": "Interface Operation Guide",
- "children": [],
- "anchor": "interface-operation-guide"
- },
- {
- "title": "Inspection Introduction",
- "children": [],
- "anchor": "inspection-introduction"
- },
- {
- "title": "Interface Operation Guide",
- "children": [],
- "anchor": "interface-operation-guide"
- },
- {
- "title": "Inspection Introduction",
- "children": [],
- "anchor": "inspection-introduction"
- },
- {
- "title": "Interface Operation Guide",
- "children": [],
- "anchor": "interface-operation-guide"
- },
- {
- "title": "Inspection Introduction",
- "children": [],
- "anchor": "inspection-introduction"
- },
- {
- "title": "Interface Operation Guide",
- "children": [],
- "anchor": "interface-operation-guide"
- },
- {
- "title": "Inspection Introduction",
- "children": [],
- "anchor": "inspection-introduction"
- },
- {
- "title": "Interface Operation Guide",
- "children": [],
- "anchor": "interface-operation-guide"
- },
- {
- "title": "Inspection Introduction",
- "children": [],
- "anchor": "inspection-introduction"
- },
- {
- "title": "Interface Operation Guide",
- "children": [],
- "anchor": "interface-operation-guide"
- },
- {
- "title": "Interface Operation Guide",
- "children": [],
- "anchor": "interface-operation-guide"
- },
- {
- "title": "Inspection Introduction",
- "children": [],
- "anchor": "inspection-introduction"
- },
- {
- "title": "Interface Operation Guide",
- "children": [],
- "anchor": "interface-operation-guide"
- },
- {
- "title": "Inspection Introduction",
- "children": [],
- "anchor": "inspection-introduction"
- },
- {
- "title": "Interface Operation Guide",
- "children": [],
- "anchor": "interface-operation-guide"
- },
- {
- "title": "List of rules",
- "children": [],
- "anchor": "list-of-rules"
- },
- {
- "title": "Rules Details",
- "children": [],
- "anchor": "rules-details"
- }
- ],
- "anchor": "regular-expression-check-for-single-table-check"
- },
- {
- "title": "Enumeration Value Validation for Single Table Check",
- "children": [
- {
- "title": "Inspection Introduction",
- "children": [],
- "anchor": "inspection-introduction"
- },
- {
- "title": "Interface Operation Guide",
- "children": [],
- "anchor": "interface-operation-guide"
- },
- {
- "title": "Inspection Introduction",
- "children": [],
- "anchor": "inspection-introduction"
- },
- {
- "title": "Interface Operation Guide",
- "children": [],
- "anchor": "interface-operation-guide"
- },
- {
- "title": "Inspection Introduction",
- "children": [],
- "anchor": "inspection-introduction"
- },
- {
- "title": "Interface Operation Guide",
- "children": [],
- "anchor": "interface-operation-guide"
- },
- {
- "title": "Inspection Introduction",
- "children": [],
- "anchor": "inspection-introduction"
- },
- {
- "title": "Interface Operation Guide",
- "children": [],
- "anchor": "interface-operation-guide"
- },
- {
- "title": "Inspection Introduction",
- "children": [],
- "anchor": "inspection-introduction"
- },
- {
- "title": "Interface Operation Guide",
- "children": [],
- "anchor": "interface-operation-guide"
- },
- {
- "title": "Inspection Introduction",
- "children": [],
- "anchor": "inspection-introduction"
- },
- {
- "title": "Interface Operation Guide",
- "children": [],
- "anchor": "interface-operation-guide"
- },
- {
- "title": "Inspection Introduction",
- "children": [],
- "anchor": "inspection-introduction"
- },
- {
- "title": "Interface Operation Guide",
- "children": [],
- "anchor": "interface-operation-guide"
- },
- {
- "title": "Interface Operation Guide",
- "children": [],
- "anchor": "interface-operation-guide"
- },
- {
- "title": "Inspection Introduction",
- "children": [],
- "anchor": "inspection-introduction"
- },
- {
- "title": "Interface Operation Guide",
- "children": [],
- "anchor": "interface-operation-guide"
- },
- {
- "title": "Inspection Introduction",
- "children": [],
- "anchor": "inspection-introduction"
- },
- {
- "title": "Interface Operation Guide",
- "children": [],
- "anchor": "interface-operation-guide"
- },
- {
- "title": "List of rules",
- "children": [],
- "anchor": "list-of-rules"
- },
- {
- "title": "Rules Details",
- "children": [],
- "anchor": "rules-details"
- }
- ],
- "anchor": "enumeration-value-validation-for-single-table-check"
- },
- {
- "title": "Table Row Number Verification for Single Table Check",
- "children": [
- {
- "title": "Inspection Introduction",
- "children": [],
- "anchor": "inspection-introduction"
- },
- {
- "title": "Interface Operation Guide",
- "children": [],
- "anchor": "interface-operation-guide"
- },
- {
- "title": "Inspection Introduction",
- "children": [],
- "anchor": "inspection-introduction"
- },
- {
- "title": "Interface Operation Guide",
- "children": [],
- "anchor": "interface-operation-guide"
- },
- {
- "title": "Inspection Introduction",
- "children": [],
- "anchor": "inspection-introduction"
- },
- {
- "title": "Interface Operation Guide",
- "children": [],
- "anchor": "interface-operation-guide"
- },
- {
- "title": "Inspection Introduction",
- "children": [],
- "anchor": "inspection-introduction"
- },
- {
- "title": "Interface Operation Guide",
- "children": [],
- "anchor": "interface-operation-guide"
- },
- {
- "title": "Inspection Introduction",
- "children": [],
- "anchor": "inspection-introduction"
- },
- {
- "title": "Interface Operation Guide",
- "children": [],
- "anchor": "interface-operation-guide"
- },
- {
- "title": "Inspection Introduction",
- "children": [],
- "anchor": "inspection-introduction"
- },
- {
- "title": "Interface Operation Guide",
- "children": [],
- "anchor": "interface-operation-guide"
- },
- {
- "title": "Inspection Introduction",
- "children": [],
- "anchor": "inspection-introduction"
- },
- {
- "title": "Interface Operation Guide",
- "children": [],
- "anchor": "interface-operation-guide"
- },
- {
- "title": "Interface Operation Guide",
- "children": [],
- "anchor": "interface-operation-guide"
- },
- {
- "title": "Inspection Introduction",
- "children": [],
- "anchor": "inspection-introduction"
- },
- {
- "title": "Interface Operation Guide",
- "children": [],
- "anchor": "interface-operation-guide"
- },
- {
- "title": "Inspection Introduction",
- "children": [],
- "anchor": "inspection-introduction"
- },
- {
- "title": "Interface Operation Guide",
- "children": [],
- "anchor": "interface-operation-guide"
- },
- {
- "title": "List of rules",
- "children": [],
- "anchor": "list-of-rules"
- },
- {
- "title": "Rules Details",
- "children": [],
- "anchor": "rules-details"
- }
- ],
- "anchor": "table-row-number-verification-for-single-table-check"
- },
- {
- "title": "Custom SQL Check for Single Table Check",
- "children": [
- {
- "title": "Inspection Introduction",
- "children": [],
- "anchor": "inspection-introduction"
- },
- {
- "title": "Interface Operation Guide",
- "children": [],
- "anchor": "interface-operation-guide"
- },
- {
- "title": "Inspection Introduction",
- "children": [],
- "anchor": "inspection-introduction"
- },
- {
- "title": "Interface Operation Guide",
- "children": [],
- "anchor": "interface-operation-guide"
- },
- {
- "title": "Inspection Introduction",
- "children": [],
- "anchor": "inspection-introduction"
- },
- {
- "title": "Interface Operation Guide",
- "children": [],
- "anchor": "interface-operation-guide"
- },
- {
- "title": "Inspection Introduction",
- "children": [],
- "anchor": "inspection-introduction"
- },
- {
- "title": "Interface Operation Guide",
- "children": [],
- "anchor": "interface-operation-guide"
- },
- {
- "title": "Inspection Introduction",
- "children": [],
- "anchor": "inspection-introduction"
- },
- {
- "title": "Interface Operation Guide",
- "children": [],
- "anchor": "interface-operation-guide"
- },
- {
- "title": "Inspection Introduction",
- "children": [],
- "anchor": "inspection-introduction"
- },
- {
- "title": "Interface Operation Guide",
- "children": [],
- "anchor": "interface-operation-guide"
- },
- {
- "title": "Inspection Introduction",
- "children": [],
- "anchor": "inspection-introduction"
- },
- {
- "title": "Interface Operation Guide",
- "children": [],
- "anchor": "interface-operation-guide"
- },
- {
- "title": "Interface Operation Guide",
- "children": [],
- "anchor": "interface-operation-guide"
- },
- {
- "title": "Inspection Introduction",
- "children": [],
- "anchor": "inspection-introduction"
- },
- {
- "title": "Interface Operation Guide",
- "children": [],
- "anchor": "interface-operation-guide"
- },
- {
- "title": "Inspection Introduction",
- "children": [],
- "anchor": "inspection-introduction"
- },
- {
- "title": "Interface Operation Guide",
- "children": [],
- "anchor": "interface-operation-guide"
- },
- {
- "title": "List of rules",
- "children": [],
- "anchor": "list-of-rules"
- },
- {
- "title": "Rules Details",
- "children": [],
- "anchor": "rules-details"
- }
- ],
- "anchor": "custom-sql-check-for-single-table-check"
- },
- {
- "title": "Accuracy Check of Multi-table",
- "children": [
- {
- "title": "Inspection Introduction",
- "children": [],
- "anchor": "inspection-introduction"
- },
- {
- "title": "Interface Operation Guide",
- "children": [],
- "anchor": "interface-operation-guide"
- },
- {
- "title": "Inspection Introduction",
- "children": [],
- "anchor": "inspection-introduction"
- },
- {
- "title": "Interface Operation Guide",
- "children": [],
- "anchor": "interface-operation-guide"
- },
- {
- "title": "Inspection Introduction",
- "children": [],
- "anchor": "inspection-introduction"
- },
- {
- "title": "Interface Operation Guide",
- "children": [],
- "anchor": "interface-operation-guide"
- },
- {
- "title": "Inspection Introduction",
- "children": [],
- "anchor": "inspection-introduction"
- },
- {
- "title": "Interface Operation Guide",
- "children": [],
- "anchor": "interface-operation-guide"
- },
- {
- "title": "Inspection Introduction",
- "children": [],
- "anchor": "inspection-introduction"
- },
- {
- "title": "Interface Operation Guide",
- "children": [],
- "anchor": "interface-operation-guide"
- },
- {
- "title": "Inspection Introduction",
- "children": [],
- "anchor": "inspection-introduction"
- },
- {
- "title": "Interface Operation Guide",
- "children": [],
- "anchor": "interface-operation-guide"
- },
- {
- "title": "Inspection Introduction",
- "children": [],
- "anchor": "inspection-introduction"
- },
- {
- "title": "Interface Operation Guide",
- "children": [],
- "anchor": "interface-operation-guide"
- },
- {
- "title": "Interface Operation Guide",
- "children": [],
- "anchor": "interface-operation-guide"
- },
- {
- "title": "Inspection Introduction",
- "children": [],
- "anchor": "inspection-introduction"
- },
- {
- "title": "Interface Operation Guide",
- "children": [],
- "anchor": "interface-operation-guide"
- },
- {
- "title": "Inspection Introduction",
- "children": [],
- "anchor": "inspection-introduction"
- },
- {
- "title": "Interface Operation Guide",
- "children": [],
- "anchor": "interface-operation-guide"
- },
- {
- "title": "List of rules",
- "children": [],
- "anchor": "list-of-rules"
- },
- {
- "title": "Rules Details",
- "children": [],
- "anchor": "rules-details"
- }
- ],
- "anchor": "accuracy-check-of-multi-table"
- },
- {
- "title": "Comparison of the values checked by the two tables",
- "children": [
- {
- "title": "Inspection Introduction",
- "children": [],
- "anchor": "inspection-introduction"
- },
- {
- "title": "Interface Operation Guide",
- "children": [],
- "anchor": "interface-operation-guide"
- },
- {
- "title": "Inspection Introduction",
- "children": [],
- "anchor": "inspection-introduction"
- },
- {
- "title": "Interface Operation Guide",
- "children": [],
- "anchor": "interface-operation-guide"
- },
- {
- "title": "Inspection Introduction",
- "children": [],
- "anchor": "inspection-introduction"
- },
- {
- "title": "Interface Operation Guide",
- "children": [],
- "anchor": "interface-operation-guide"
- },
- {
- "title": "Inspection Introduction",
- "children": [],
- "anchor": "inspection-introduction"
- },
- {
- "title": "Interface Operation Guide",
- "children": [],
- "anchor": "interface-operation-guide"
- },
- {
- "title": "Inspection Introduction",
- "children": [],
- "anchor": "inspection-introduction"
- },
- {
- "title": "Interface Operation Guide",
- "children": [],
- "anchor": "interface-operation-guide"
- },
- {
- "title": "Inspection Introduction",
- "children": [],
- "anchor": "inspection-introduction"
- },
- {
- "title": "Interface Operation Guide",
- "children": [],
- "anchor": "interface-operation-guide"
- },
- {
- "title": "Inspection Introduction",
- "children": [],
- "anchor": "inspection-introduction"
- },
- {
- "title": "Interface Operation Guide",
- "children": [],
- "anchor": "interface-operation-guide"
- },
- {
- "title": "Interface Operation Guide",
- "children": [],
- "anchor": "interface-operation-guide"
- },
- {
- "title": "Inspection Introduction",
- "children": [],
- "anchor": "inspection-introduction"
- },
- {
- "title": "Interface Operation Guide",
- "children": [],
- "anchor": "interface-operation-guide"
- },
- {
- "title": "Inspection Introduction",
- "children": [],
- "anchor": "inspection-introduction"
- },
- {
- "title": "Interface Operation Guide",
- "children": [],
- "anchor": "interface-operation-guide"
- },
- {
- "title": "List of rules",
- "children": [],
- "anchor": "list-of-rules"
- },
- {
- "title": "Rules Details",
- "children": [],
- "anchor": "rules-details"
- }
- ],
- "anchor": "comparison-of-the-values-checked-by-the-two-tables"
- },
- {
- "title": "Task result view",
- "children": [
- {
- "title": "Inspection Introduction",
- "children": [],
- "anchor": "inspection-introduction"
- },
- {
- "title": "Interface Operation Guide",
- "children": [],
- "anchor": "interface-operation-guide"
- },
- {
- "title": "Inspection Introduction",
- "children": [],
- "anchor": "inspection-introduction"
- },
- {
- "title": "Interface Operation Guide",
- "children": [],
- "anchor": "interface-operation-guide"
- },
- {
- "title": "Inspection Introduction",
- "children": [],
- "anchor": "inspection-introduction"
- },
- {
- "title": "Interface Operation Guide",
- "children": [],
- "anchor": "interface-operation-guide"
- },
- {
- "title": "Inspection Introduction",
- "children": [],
- "anchor": "inspection-introduction"
- },
- {
- "title": "Interface Operation Guide",
- "children": [],
- "anchor": "interface-operation-guide"
- },
- {
- "title": "Inspection Introduction",
- "children": [],
- "anchor": "inspection-introduction"
- },
- {
- "title": "Interface Operation Guide",
- "children": [],
- "anchor": "interface-operation-guide"
- },
- {
- "title": "Inspection Introduction",
- "children": [],
- "anchor": "inspection-introduction"
- },
- {
- "title": "Interface Operation Guide",
- "children": [],
- "anchor": "interface-operation-guide"
- },
- {
- "title": "Inspection Introduction",
- "children": [],
- "anchor": "inspection-introduction"
- },
- {
- "title": "Interface Operation Guide",
- "children": [],
- "anchor": "interface-operation-guide"
- },
- {
- "title": "Interface Operation Guide",
- "children": [],
- "anchor": "interface-operation-guide"
- },
- {
- "title": "Inspection Introduction",
- "children": [],
- "anchor": "inspection-introduction"
- },
- {
- "title": "Interface Operation Guide",
- "children": [],
- "anchor": "interface-operation-guide"
- },
- {
- "title": "Inspection Introduction",
- "children": [],
- "anchor": "inspection-introduction"
- },
- {
- "title": "Interface Operation Guide",
- "children": [],
- "anchor": "interface-operation-guide"
- },
- {
- "title": "List of rules",
- "children": [],
- "anchor": "list-of-rules"
- },
- {
- "title": "Rules Details",
- "children": [],
- "anchor": "rules-details"
- }
- ],
- "anchor": "task-result-view"
- },
- {
- "title": "Rule View",
- "children": [
- {
- "title": "Inspection Introduction",
- "children": [],
- "anchor": "inspection-introduction"
- },
- {
- "title": "Interface Operation Guide",
- "children": [],
- "anchor": "interface-operation-guide"
- },
- {
- "title": "Inspection Introduction",
- "children": [],
- "anchor": "inspection-introduction"
- },
- {
- "title": "Interface Operation Guide",
- "children": [],
- "anchor": "interface-operation-guide"
- },
- {
- "title": "Inspection Introduction",
- "children": [],
- "anchor": "inspection-introduction"
- },
- {
- "title": "Interface Operation Guide",
- "children": [],
- "anchor": "interface-operation-guide"
- },
- {
- "title": "Inspection Introduction",
- "children": [],
- "anchor": "inspection-introduction"
- },
- {
- "title": "Interface Operation Guide",
- "children": [],
- "anchor": "interface-operation-guide"
- },
- {
- "title": "Inspection Introduction",
- "children": [],
- "anchor": "inspection-introduction"
- },
- {
- "title": "Interface Operation Guide",
- "children": [],
- "anchor": "interface-operation-guide"
- },
- {
- "title": "Inspection Introduction",
- "children": [],
- "anchor": "inspection-introduction"
- },
- {
- "title": "Interface Operation Guide",
- "children": [],
- "anchor": "interface-operation-guide"
- },
- {
- "title": "Inspection Introduction",
- "children": [],
- "anchor": "inspection-introduction"
- },
- {
- "title": "Interface Operation Guide",
- "children": [],
- "anchor": "interface-operation-guide"
- },
- {
- "title": "Interface Operation Guide",
- "children": [],
- "anchor": "interface-operation-guide"
- },
- {
- "title": "Inspection Introduction",
- "children": [],
- "anchor": "inspection-introduction"
- },
- {
- "title": "Interface Operation Guide",
- "children": [],
- "anchor": "interface-operation-guide"
- },
- {
- "title": "Inspection Introduction",
- "children": [],
- "anchor": "inspection-introduction"
- },
- {
- "title": "Interface Operation Guide",
- "children": [],
- "anchor": "interface-operation-guide"
- },
- {
- "title": "List of rules",
- "children": [],
- "anchor": "list-of-rules"
- },
- {
- "title": "Rules Details",
- "children": [],
- "anchor": "rules-details"
- }
- ],
- "anchor": "rule-view"
- }
- ],
- "title": "Data Quality",
- "link": "/guide/data-quality"
-}
\ No newline at end of file
diff --git a/pages/doc/en-us/dev/guide/upgrade/incompatible.json
b/pages/doc/en-us/dev/guide/upgrade/incompatible.json
index 92440b4373..f6cb07e88e 100644
--- a/pages/doc/en-us/dev/guide/upgrade/incompatible.json
+++ b/pages/doc/en-us/dev/guide/upgrade/incompatible.json
@@ -1,5 +1,5 @@
{
- "__html": "<h1 id=\"incompatible\">Incompatible</h1>\n<p>This document
records the incompatible updates between each version. You need to check this
document before you upgrade to related version.</p>\n<h2
id=\"dev\">dev</h2>\n<ul>\n<li>Upgrade mysql driver version from 8.0.16 to
8.0.33 (<a
href=\"https://github.com/apache/dolphinscheduler/pull/14684\">#14684</a>)</li>\n<li>Change
env <code>PYTHON_HOME</code> to <code>PYTHON_LAUNCHER</code> and
<code>DATAX_HOME</code> to <code>DATAX_LA [...]
+ "__html": "<h1 id=\"incompatible\">Incompatible</h1>\n<p>This document
records the incompatible updates between each version. You need to check this
document before you upgrade to related version.</p>\n<h2
id=\"dev\">dev</h2>\n<ul>\n<li>Upgrade mysql driver version from 8.0.16 to
8.0.33 (<a
href=\"https://github.com/apache/dolphinscheduler/pull/14684\">#14684</a>)</li>\n<li>Change
env <code>PYTHON_HOME</code> to <code>PYTHON_LAUNCHER</code> and
<code>DATAX_HOME</code> to <code>DATAX_LA [...]
"location": [
"Introduction to Functions",
"Upgrade",
diff --git a/pages/doc/zh-cn/dev/architecture/configuration.json
b/pages/doc/zh-cn/dev/architecture/configuration.json
index eb6da864e9..a7e4c64630 100644
--- a/pages/doc/zh-cn/dev/architecture/configuration.json
+++ b/pages/doc/zh-cn/dev/architecture/configuration.json
@@ -1,5 +1,5 @@
{
- "__html": "<!-- markdown-link-check-disable -->\n<h1
id=\"前言\">前言</h1>\n<p>本文档为dolphinscheduler配置文件说明文档。</p>\n<h1
id=\"目录结构\">目录结构</h1>\n<p>DolphinScheduler的目录结构如下:</p>\n<pre><code>├──
LICENSE\n│\n├── NOTICE\n│\n├── licenses
licenses存放目录\n│\n├── bin
DolphinScheduler命令和环境变量配置存放目录\n│ ├── dolphinscheduler-daemon.sh
启动/关闭DolphinScheduler服务脚本\n│ ├── env
环境变量配置存放目录\ [...]
+ "__html": "<!-- markdown-link-check-disable -->\n<h1
id=\"前言\">前言</h1>\n<p>本文档为dolphinscheduler配置文件说明文档。</p>\n<h1
id=\"目录结构\">目录结构</h1>\n<p>DolphinScheduler的目录结构如下:</p>\n<pre><code>├──
LICENSE\n│\n├── NOTICE\n│\n├── licenses
licenses存放目录\n│\n├── bin
DolphinScheduler命令和环境变量配置存放目录\n│ ├── dolphinscheduler-daemon.sh
启动/关闭DolphinScheduler服务脚本\n│ ├── env
环境变量配置存放目录\ [...]
"location": [
"架构设计",
"配置文件"
diff --git a/pages/doc/zh-cn/dev/guide/data-quality.json
b/pages/doc/zh-cn/dev/guide/data-quality.json
deleted file mode 100644
index d4d19fe327..0000000000
--- a/pages/doc/zh-cn/dev/guide/data-quality.json
+++ /dev/null
@@ -1,1751 +0,0 @@
-{
- "__html": "<h1 id=\"概述\">概述</h1>\n<h2
id=\"任务类型介绍\">任务类型介绍</h2>\n<p>数据质量任务是用于检查数据在集成、处理过程中的数据准确性。本版本的数据质量任务包括单表检查、单表自定义SQL检查、多表准确性以及两表值比对。数据质量任务的运行环境为Spark2.4.0,其他版本尚未进行过验证,用户可自行验证。</p>\n<ul>\n<li>数据质量任务的执行逻辑如下:</li>\n</ul>\n<blockquote>\n<p>用户在界面定义任务,用户输入值保存在<code>TaskParam</code>中\n运行任务时,<code>Master</code>会解析<code>TaskParam</code>,封装<code>DataQualityTask</code>所需要的参数下发至<code>Worker。
Worker</code>运行数据质量任务,数据质量任务在运行结束之后将统计结果写入到指定的存储引擎中,当前数据质量任务结果存储在<code>dolphinscheduler</code>的<code>
[...]
- "location": [
- "功能介绍",
- "数据质量"
- ],
- "structure": [
- {
- "title": "任务类型介绍",
- "children": [
- {
- "title": "检查介绍",
- "children": [],
- "anchor": "检查介绍"
- },
- {
- "title": "界面操作指南",
- "children": [],
- "anchor": "界面操作指南"
- },
- {
- "title": "检查介绍",
- "children": [],
- "anchor": "检查介绍"
- },
- {
- "title": "界面操作指南",
- "children": [],
- "anchor": "界面操作指南"
- },
- {
- "title": "检查介绍",
- "children": [],
- "anchor": "检查介绍"
- },
- {
- "title": "界面操作指南",
- "children": [],
- "anchor": "界面操作指南"
- },
- {
- "title": "检查介绍",
- "children": [],
- "anchor": "检查介绍"
- },
- {
- "title": "界面操作指南",
- "children": [],
- "anchor": "界面操作指南"
- },
- {
- "title": "检查介绍",
- "children": [],
- "anchor": "检查介绍"
- },
- {
- "title": "界面操作指南",
- "children": [],
- "anchor": "界面操作指南"
- },
- {
- "title": "检查介绍",
- "children": [],
- "anchor": "检查介绍"
- },
- {
- "title": "界面操作指南",
- "children": [],
- "anchor": "界面操作指南"
- },
- {
- "title": "检查介绍",
- "children": [],
- "anchor": "检查介绍"
- },
- {
- "title": "界面操作指南",
- "children": [],
- "anchor": "界面操作指南"
- },
- {
- "title": "检查介绍",
- "children": [],
- "anchor": "检查介绍"
- },
- {
- "title": "界面操作指南",
- "children": [],
- "anchor": "界面操作指南"
- },
- {
- "title": "检查介绍",
- "children": [],
- "anchor": "检查介绍"
- },
- {
- "title": "界面操作指南",
- "children": [],
- "anchor": "界面操作指南"
- },
- {
- "title": "检查介绍",
- "children": [],
- "anchor": "检查介绍"
- },
- {
- "title": "界面操作指南",
- "children": [],
- "anchor": "界面操作指南"
- },
- {
- "title": "规则列表",
- "children": [],
- "anchor": "规则列表"
- },
- {
- "title": "规则详情",
- "children": [],
- "anchor": "规则详情"
- }
- ],
- "anchor": "任务类型介绍"
- },
- {
- "title": "注意事项",
- "children": [
- {
- "title": "检查介绍",
- "children": [],
- "anchor": "检查介绍"
- },
- {
- "title": "界面操作指南",
- "children": [],
- "anchor": "界面操作指南"
- },
- {
- "title": "检查介绍",
- "children": [],
- "anchor": "检查介绍"
- },
- {
- "title": "界面操作指南",
- "children": [],
- "anchor": "界面操作指南"
- },
- {
- "title": "检查介绍",
- "children": [],
- "anchor": "检查介绍"
- },
- {
- "title": "界面操作指南",
- "children": [],
- "anchor": "界面操作指南"
- },
- {
- "title": "检查介绍",
- "children": [],
- "anchor": "检查介绍"
- },
- {
- "title": "界面操作指南",
- "children": [],
- "anchor": "界面操作指南"
- },
- {
- "title": "检查介绍",
- "children": [],
- "anchor": "检查介绍"
- },
- {
- "title": "界面操作指南",
- "children": [],
- "anchor": "界面操作指南"
- },
- {
- "title": "检查介绍",
- "children": [],
- "anchor": "检查介绍"
- },
- {
- "title": "界面操作指南",
- "children": [],
- "anchor": "界面操作指南"
- },
- {
- "title": "检查介绍",
- "children": [],
- "anchor": "检查介绍"
- },
- {
- "title": "界面操作指南",
- "children": [],
- "anchor": "界面操作指南"
- },
- {
- "title": "检查介绍",
- "children": [],
- "anchor": "检查介绍"
- },
- {
- "title": "界面操作指南",
- "children": [],
- "anchor": "界面操作指南"
- },
- {
- "title": "检查介绍",
- "children": [],
- "anchor": "检查介绍"
- },
- {
- "title": "界面操作指南",
- "children": [],
- "anchor": "界面操作指南"
- },
- {
- "title": "检查介绍",
- "children": [],
- "anchor": "检查介绍"
- },
- {
- "title": "界面操作指南",
- "children": [],
- "anchor": "界面操作指南"
- },
- {
- "title": "规则列表",
- "children": [],
- "anchor": "规则列表"
- },
- {
- "title": "规则详情",
- "children": [],
- "anchor": "规则详情"
- }
- ],
- "anchor": "注意事项"
- },
- {
- "title": "检查逻辑详解",
- "children": [
- {
- "title": "检查介绍",
- "children": [],
- "anchor": "检查介绍"
- },
- {
- "title": "界面操作指南",
- "children": [],
- "anchor": "界面操作指南"
- },
- {
- "title": "检查介绍",
- "children": [],
- "anchor": "检查介绍"
- },
- {
- "title": "界面操作指南",
- "children": [],
- "anchor": "界面操作指南"
- },
- {
- "title": "检查介绍",
- "children": [],
- "anchor": "检查介绍"
- },
- {
- "title": "界面操作指南",
- "children": [],
- "anchor": "界面操作指南"
- },
- {
- "title": "检查介绍",
- "children": [],
- "anchor": "检查介绍"
- },
- {
- "title": "界面操作指南",
- "children": [],
- "anchor": "界面操作指南"
- },
- {
- "title": "检查介绍",
- "children": [],
- "anchor": "检查介绍"
- },
- {
- "title": "界面操作指南",
- "children": [],
- "anchor": "界面操作指南"
- },
- {
- "title": "检查介绍",
- "children": [],
- "anchor": "检查介绍"
- },
- {
- "title": "界面操作指南",
- "children": [],
- "anchor": "界面操作指南"
- },
- {
- "title": "检查介绍",
- "children": [],
- "anchor": "检查介绍"
- },
- {
- "title": "界面操作指南",
- "children": [],
- "anchor": "界面操作指南"
- },
- {
- "title": "检查介绍",
- "children": [],
- "anchor": "检查介绍"
- },
- {
- "title": "界面操作指南",
- "children": [],
- "anchor": "界面操作指南"
- },
- {
- "title": "检查介绍",
- "children": [],
- "anchor": "检查介绍"
- },
- {
- "title": "界面操作指南",
- "children": [],
- "anchor": "界面操作指南"
- },
- {
- "title": "检查介绍",
- "children": [],
- "anchor": "检查介绍"
- },
- {
- "title": "界面操作指南",
- "children": [],
- "anchor": "界面操作指南"
- },
- {
- "title": "规则列表",
- "children": [],
- "anchor": "规则列表"
- },
- {
- "title": "规则详情",
- "children": [],
- "anchor": "规则详情"
- }
- ],
- "anchor": "检查逻辑详解"
- },
- {
- "title": "单表检查之空值检查",
- "children": [
- {
- "title": "检查介绍",
- "children": [],
- "anchor": "检查介绍"
- },
- {
- "title": "界面操作指南",
- "children": [],
- "anchor": "界面操作指南"
- },
- {
- "title": "检查介绍",
- "children": [],
- "anchor": "检查介绍"
- },
- {
- "title": "界面操作指南",
- "children": [],
- "anchor": "界面操作指南"
- },
- {
- "title": "检查介绍",
- "children": [],
- "anchor": "检查介绍"
- },
- {
- "title": "界面操作指南",
- "children": [],
- "anchor": "界面操作指南"
- },
- {
- "title": "检查介绍",
- "children": [],
- "anchor": "检查介绍"
- },
- {
- "title": "界面操作指南",
- "children": [],
- "anchor": "界面操作指南"
- },
- {
- "title": "检查介绍",
- "children": [],
- "anchor": "检查介绍"
- },
- {
- "title": "界面操作指南",
- "children": [],
- "anchor": "界面操作指南"
- },
- {
- "title": "检查介绍",
- "children": [],
- "anchor": "检查介绍"
- },
- {
- "title": "界面操作指南",
- "children": [],
- "anchor": "界面操作指南"
- },
- {
- "title": "检查介绍",
- "children": [],
- "anchor": "检查介绍"
- },
- {
- "title": "界面操作指南",
- "children": [],
- "anchor": "界面操作指南"
- },
- {
- "title": "检查介绍",
- "children": [],
- "anchor": "检查介绍"
- },
- {
- "title": "界面操作指南",
- "children": [],
- "anchor": "界面操作指南"
- },
- {
- "title": "检查介绍",
- "children": [],
- "anchor": "检查介绍"
- },
- {
- "title": "界面操作指南",
- "children": [],
- "anchor": "界面操作指南"
- },
- {
- "title": "检查介绍",
- "children": [],
- "anchor": "检查介绍"
- },
- {
- "title": "界面操作指南",
- "children": [],
- "anchor": "界面操作指南"
- },
- {
- "title": "规则列表",
- "children": [],
- "anchor": "规则列表"
- },
- {
- "title": "规则详情",
- "children": [],
- "anchor": "规则详情"
- }
- ],
- "anchor": "单表检查之空值检查"
- },
- {
- "title": "单表检查之及时性检查",
- "children": [
- {
- "title": "检查介绍",
- "children": [],
- "anchor": "检查介绍"
- },
- {
- "title": "界面操作指南",
- "children": [],
- "anchor": "界面操作指南"
- },
- {
- "title": "检查介绍",
- "children": [],
- "anchor": "检查介绍"
- },
- {
- "title": "界面操作指南",
- "children": [],
- "anchor": "界面操作指南"
- },
- {
- "title": "检查介绍",
- "children": [],
- "anchor": "检查介绍"
- },
- {
- "title": "界面操作指南",
- "children": [],
- "anchor": "界面操作指南"
- },
- {
- "title": "检查介绍",
- "children": [],
- "anchor": "检查介绍"
- },
- {
- "title": "界面操作指南",
- "children": [],
- "anchor": "界面操作指南"
- },
- {
- "title": "检查介绍",
- "children": [],
- "anchor": "检查介绍"
- },
- {
- "title": "界面操作指南",
- "children": [],
- "anchor": "界面操作指南"
- },
- {
- "title": "检查介绍",
- "children": [],
- "anchor": "检查介绍"
- },
- {
- "title": "界面操作指南",
- "children": [],
- "anchor": "界面操作指南"
- },
- {
- "title": "检查介绍",
- "children": [],
- "anchor": "检查介绍"
- },
- {
- "title": "界面操作指南",
- "children": [],
- "anchor": "界面操作指南"
- },
- {
- "title": "检查介绍",
- "children": [],
- "anchor": "检查介绍"
- },
- {
- "title": "界面操作指南",
- "children": [],
- "anchor": "界面操作指南"
- },
- {
- "title": "检查介绍",
- "children": [],
- "anchor": "检查介绍"
- },
- {
- "title": "界面操作指南",
- "children": [],
- "anchor": "界面操作指南"
- },
- {
- "title": "检查介绍",
- "children": [],
- "anchor": "检查介绍"
- },
- {
- "title": "界面操作指南",
- "children": [],
- "anchor": "界面操作指南"
- },
- {
- "title": "规则列表",
- "children": [],
- "anchor": "规则列表"
- },
- {
- "title": "规则详情",
- "children": [],
- "anchor": "规则详情"
- }
- ],
- "anchor": "单表检查之及时性检查"
- },
- {
- "title": "单表检查之字段长度校验",
- "children": [
- {
- "title": "检查介绍",
- "children": [],
- "anchor": "检查介绍"
- },
- {
- "title": "界面操作指南",
- "children": [],
- "anchor": "界面操作指南"
- },
- {
- "title": "检查介绍",
- "children": [],
- "anchor": "检查介绍"
- },
- {
- "title": "界面操作指南",
- "children": [],
- "anchor": "界面操作指南"
- },
- {
- "title": "检查介绍",
- "children": [],
- "anchor": "检查介绍"
- },
- {
- "title": "界面操作指南",
- "children": [],
- "anchor": "界面操作指南"
- },
- {
- "title": "检查介绍",
- "children": [],
- "anchor": "检查介绍"
- },
- {
- "title": "界面操作指南",
- "children": [],
- "anchor": "界面操作指南"
- },
- {
- "title": "检查介绍",
- "children": [],
- "anchor": "检查介绍"
- },
- {
- "title": "界面操作指南",
- "children": [],
- "anchor": "界面操作指南"
- },
- {
- "title": "检查介绍",
- "children": [],
- "anchor": "检查介绍"
- },
- {
- "title": "界面操作指南",
- "children": [],
- "anchor": "界面操作指南"
- },
- {
- "title": "检查介绍",
- "children": [],
- "anchor": "检查介绍"
- },
- {
- "title": "界面操作指南",
- "children": [],
- "anchor": "界面操作指南"
- },
- {
- "title": "检查介绍",
- "children": [],
- "anchor": "检查介绍"
- },
- {
- "title": "界面操作指南",
- "children": [],
- "anchor": "界面操作指南"
- },
- {
- "title": "检查介绍",
- "children": [],
- "anchor": "检查介绍"
- },
- {
- "title": "界面操作指南",
- "children": [],
- "anchor": "界面操作指南"
- },
- {
- "title": "检查介绍",
- "children": [],
- "anchor": "检查介绍"
- },
- {
- "title": "界面操作指南",
- "children": [],
- "anchor": "界面操作指南"
- },
- {
- "title": "规则列表",
- "children": [],
- "anchor": "规则列表"
- },
- {
- "title": "规则详情",
- "children": [],
- "anchor": "规则详情"
- }
- ],
- "anchor": "单表检查之字段长度校验"
- },
- {
- "title": "单表检查之唯一性校验",
- "children": [
- {
- "title": "检查介绍",
- "children": [],
- "anchor": "检查介绍"
- },
- {
- "title": "界面操作指南",
- "children": [],
- "anchor": "界面操作指南"
- },
- {
- "title": "检查介绍",
- "children": [],
- "anchor": "检查介绍"
- },
- {
- "title": "界面操作指南",
- "children": [],
- "anchor": "界面操作指南"
- },
- {
- "title": "检查介绍",
- "children": [],
- "anchor": "检查介绍"
- },
- {
- "title": "界面操作指南",
- "children": [],
- "anchor": "界面操作指南"
- },
- {
- "title": "检查介绍",
- "children": [],
- "anchor": "检查介绍"
- },
- {
- "title": "界面操作指南",
- "children": [],
- "anchor": "界面操作指南"
- },
- {
- "title": "检查介绍",
- "children": [],
- "anchor": "检查介绍"
- },
- {
- "title": "界面操作指南",
- "children": [],
- "anchor": "界面操作指南"
- },
- {
- "title": "检查介绍",
- "children": [],
- "anchor": "检查介绍"
- },
- {
- "title": "界面操作指南",
- "children": [],
- "anchor": "界面操作指南"
- },
- {
- "title": "检查介绍",
- "children": [],
- "anchor": "检查介绍"
- },
- {
- "title": "界面操作指南",
- "children": [],
- "anchor": "界面操作指南"
- },
- {
- "title": "检查介绍",
- "children": [],
- "anchor": "检查介绍"
- },
- {
- "title": "界面操作指南",
- "children": [],
- "anchor": "界面操作指南"
- },
- {
- "title": "检查介绍",
- "children": [],
- "anchor": "检查介绍"
- },
- {
- "title": "界面操作指南",
- "children": [],
- "anchor": "界面操作指南"
- },
- {
- "title": "检查介绍",
- "children": [],
- "anchor": "检查介绍"
- },
- {
- "title": "界面操作指南",
- "children": [],
- "anchor": "界面操作指南"
- },
- {
- "title": "规则列表",
- "children": [],
- "anchor": "规则列表"
- },
- {
- "title": "规则详情",
- "children": [],
- "anchor": "规则详情"
- }
- ],
- "anchor": "单表检查之唯一性校验"
- },
- {
- "title": "单表检查之正则表达式校验",
- "children": [
- {
- "title": "检查介绍",
- "children": [],
- "anchor": "检查介绍"
- },
- {
- "title": "界面操作指南",
- "children": [],
- "anchor": "界面操作指南"
- },
- {
- "title": "检查介绍",
- "children": [],
- "anchor": "检查介绍"
- },
- {
- "title": "界面操作指南",
- "children": [],
- "anchor": "界面操作指南"
- },
- {
- "title": "检查介绍",
- "children": [],
- "anchor": "检查介绍"
- },
- {
- "title": "界面操作指南",
- "children": [],
- "anchor": "界面操作指南"
- },
- {
- "title": "检查介绍",
- "children": [],
- "anchor": "检查介绍"
- },
- {
- "title": "界面操作指南",
- "children": [],
- "anchor": "界面操作指南"
- },
- {
- "title": "检查介绍",
- "children": [],
- "anchor": "检查介绍"
- },
- {
- "title": "界面操作指南",
- "children": [],
- "anchor": "界面操作指南"
- },
- {
- "title": "检查介绍",
- "children": [],
- "anchor": "检查介绍"
- },
- {
- "title": "界面操作指南",
- "children": [],
- "anchor": "界面操作指南"
- },
- {
- "title": "检查介绍",
- "children": [],
- "anchor": "检查介绍"
- },
- {
- "title": "界面操作指南",
- "children": [],
- "anchor": "界面操作指南"
- },
- {
- "title": "检查介绍",
- "children": [],
- "anchor": "检查介绍"
- },
- {
- "title": "界面操作指南",
- "children": [],
- "anchor": "界面操作指南"
- },
- {
- "title": "检查介绍",
- "children": [],
- "anchor": "检查介绍"
- },
- {
- "title": "界面操作指南",
- "children": [],
- "anchor": "界面操作指南"
- },
- {
- "title": "检查介绍",
- "children": [],
- "anchor": "检查介绍"
- },
- {
- "title": "界面操作指南",
- "children": [],
- "anchor": "界面操作指南"
- },
- {
- "title": "规则列表",
- "children": [],
- "anchor": "规则列表"
- },
- {
- "title": "规则详情",
- "children": [],
- "anchor": "规则详情"
- }
- ],
- "anchor": "单表检查之正则表达式校验"
- },
- {
- "title": "单表检查之枚举值校验",
- "children": [
- {
- "title": "检查介绍",
- "children": [],
- "anchor": "检查介绍"
- },
- {
- "title": "界面操作指南",
- "children": [],
- "anchor": "界面操作指南"
- },
- {
- "title": "检查介绍",
- "children": [],
- "anchor": "检查介绍"
- },
- {
- "title": "界面操作指南",
- "children": [],
- "anchor": "界面操作指南"
- },
- {
- "title": "检查介绍",
- "children": [],
- "anchor": "检查介绍"
- },
- {
- "title": "界面操作指南",
- "children": [],
- "anchor": "界面操作指南"
- },
- {
- "title": "检查介绍",
- "children": [],
- "anchor": "检查介绍"
- },
- {
- "title": "界面操作指南",
- "children": [],
- "anchor": "界面操作指南"
- },
- {
- "title": "检查介绍",
- "children": [],
- "anchor": "检查介绍"
- },
- {
- "title": "界面操作指南",
- "children": [],
- "anchor": "界面操作指南"
- },
- {
- "title": "检查介绍",
- "children": [],
- "anchor": "检查介绍"
- },
- {
- "title": "界面操作指南",
- "children": [],
- "anchor": "界面操作指南"
- },
- {
- "title": "检查介绍",
- "children": [],
- "anchor": "检查介绍"
- },
- {
- "title": "界面操作指南",
- "children": [],
- "anchor": "界面操作指南"
- },
- {
- "title": "检查介绍",
- "children": [],
- "anchor": "检查介绍"
- },
- {
- "title": "界面操作指南",
- "children": [],
- "anchor": "界面操作指南"
- },
- {
- "title": "检查介绍",
- "children": [],
- "anchor": "检查介绍"
- },
- {
- "title": "界面操作指南",
- "children": [],
- "anchor": "界面操作指南"
- },
- {
- "title": "检查介绍",
- "children": [],
- "anchor": "检查介绍"
- },
- {
- "title": "界面操作指南",
- "children": [],
- "anchor": "界面操作指南"
- },
- {
- "title": "规则列表",
- "children": [],
- "anchor": "规则列表"
- },
- {
- "title": "规则详情",
- "children": [],
- "anchor": "规则详情"
- }
- ],
- "anchor": "单表检查之枚举值校验"
- },
- {
- "title": "单表检查之表行数校验",
- "children": [
- {
- "title": "检查介绍",
- "children": [],
- "anchor": "检查介绍"
- },
- {
- "title": "界面操作指南",
- "children": [],
- "anchor": "界面操作指南"
- },
- {
- "title": "检查介绍",
- "children": [],
- "anchor": "检查介绍"
- },
- {
- "title": "界面操作指南",
- "children": [],
- "anchor": "界面操作指南"
- },
- {
- "title": "检查介绍",
- "children": [],
- "anchor": "检查介绍"
- },
- {
- "title": "界面操作指南",
- "children": [],
- "anchor": "界面操作指南"
- },
- {
- "title": "检查介绍",
- "children": [],
- "anchor": "检查介绍"
- },
- {
- "title": "界面操作指南",
- "children": [],
- "anchor": "界面操作指南"
- },
- {
- "title": "检查介绍",
- "children": [],
- "anchor": "检查介绍"
- },
- {
- "title": "界面操作指南",
- "children": [],
- "anchor": "界面操作指南"
- },
- {
- "title": "检查介绍",
- "children": [],
- "anchor": "检查介绍"
- },
- {
- "title": "界面操作指南",
- "children": [],
- "anchor": "界面操作指南"
- },
- {
- "title": "检查介绍",
- "children": [],
- "anchor": "检查介绍"
- },
- {
- "title": "界面操作指南",
- "children": [],
- "anchor": "界面操作指南"
- },
- {
- "title": "检查介绍",
- "children": [],
- "anchor": "检查介绍"
- },
- {
- "title": "界面操作指南",
- "children": [],
- "anchor": "界面操作指南"
- },
- {
- "title": "检查介绍",
- "children": [],
- "anchor": "检查介绍"
- },
- {
- "title": "界面操作指南",
- "children": [],
- "anchor": "界面操作指南"
- },
- {
- "title": "检查介绍",
- "children": [],
- "anchor": "检查介绍"
- },
- {
- "title": "界面操作指南",
- "children": [],
- "anchor": "界面操作指南"
- },
- {
- "title": "规则列表",
- "children": [],
- "anchor": "规则列表"
- },
- {
- "title": "规则详情",
- "children": [],
- "anchor": "规则详情"
- }
- ],
- "anchor": "单表检查之表行数校验"
- },
- {
- "title": "单表检查之自定义SQL检查",
- "children": [
- {
- "title": "检查介绍",
- "children": [],
- "anchor": "检查介绍"
- },
- {
- "title": "界面操作指南",
- "children": [],
- "anchor": "界面操作指南"
- },
- {
- "title": "检查介绍",
- "children": [],
- "anchor": "检查介绍"
- },
- {
- "title": "界面操作指南",
- "children": [],
- "anchor": "界面操作指南"
- },
- {
- "title": "检查介绍",
- "children": [],
- "anchor": "检查介绍"
- },
- {
- "title": "界面操作指南",
- "children": [],
- "anchor": "界面操作指南"
- },
- {
- "title": "检查介绍",
- "children": [],
- "anchor": "检查介绍"
- },
- {
- "title": "界面操作指南",
- "children": [],
- "anchor": "界面操作指南"
- },
- {
- "title": "检查介绍",
- "children": [],
- "anchor": "检查介绍"
- },
- {
- "title": "界面操作指南",
- "children": [],
- "anchor": "界面操作指南"
- },
- {
- "title": "检查介绍",
- "children": [],
- "anchor": "检查介绍"
- },
- {
- "title": "界面操作指南",
- "children": [],
- "anchor": "界面操作指南"
- },
- {
- "title": "检查介绍",
- "children": [],
- "anchor": "检查介绍"
- },
- {
- "title": "界面操作指南",
- "children": [],
- "anchor": "界面操作指南"
- },
- {
- "title": "检查介绍",
- "children": [],
- "anchor": "检查介绍"
- },
- {
- "title": "界面操作指南",
- "children": [],
- "anchor": "界面操作指南"
- },
- {
- "title": "检查介绍",
- "children": [],
- "anchor": "检查介绍"
- },
- {
- "title": "界面操作指南",
- "children": [],
- "anchor": "界面操作指南"
- },
- {
- "title": "检查介绍",
- "children": [],
- "anchor": "检查介绍"
- },
- {
- "title": "界面操作指南",
- "children": [],
- "anchor": "界面操作指南"
- },
- {
- "title": "规则列表",
- "children": [],
- "anchor": "规则列表"
- },
- {
- "title": "规则详情",
- "children": [],
- "anchor": "规则详情"
- }
- ],
- "anchor": "单表检查之自定义sql检查"
- },
- {
- "title": "多表检查之准确性检查",
- "children": [
- {
- "title": "检查介绍",
- "children": [],
- "anchor": "检查介绍"
- },
- {
- "title": "界面操作指南",
- "children": [],
- "anchor": "界面操作指南"
- },
- {
- "title": "检查介绍",
- "children": [],
- "anchor": "检查介绍"
- },
- {
- "title": "界面操作指南",
- "children": [],
- "anchor": "界面操作指南"
- },
- {
- "title": "检查介绍",
- "children": [],
- "anchor": "检查介绍"
- },
- {
- "title": "界面操作指南",
- "children": [],
- "anchor": "界面操作指南"
- },
- {
- "title": "检查介绍",
- "children": [],
- "anchor": "检查介绍"
- },
- {
- "title": "界面操作指南",
- "children": [],
- "anchor": "界面操作指南"
- },
- {
- "title": "检查介绍",
- "children": [],
- "anchor": "检查介绍"
- },
- {
- "title": "界面操作指南",
- "children": [],
- "anchor": "界面操作指南"
- },
- {
- "title": "检查介绍",
- "children": [],
- "anchor": "检查介绍"
- },
- {
- "title": "界面操作指南",
- "children": [],
- "anchor": "界面操作指南"
- },
- {
- "title": "检查介绍",
- "children": [],
- "anchor": "检查介绍"
- },
- {
- "title": "界面操作指南",
- "children": [],
- "anchor": "界面操作指南"
- },
- {
- "title": "检查介绍",
- "children": [],
- "anchor": "检查介绍"
- },
- {
- "title": "界面操作指南",
- "children": [],
- "anchor": "界面操作指南"
- },
- {
- "title": "检查介绍",
- "children": [],
- "anchor": "检查介绍"
- },
- {
- "title": "界面操作指南",
- "children": [],
- "anchor": "界面操作指南"
- },
- {
- "title": "检查介绍",
- "children": [],
- "anchor": "检查介绍"
- },
- {
- "title": "界面操作指南",
- "children": [],
- "anchor": "界面操作指南"
- },
- {
- "title": "规则列表",
- "children": [],
- "anchor": "规则列表"
- },
- {
- "title": "规则详情",
- "children": [],
- "anchor": "规则详情"
- }
- ],
- "anchor": "多表检查之准确性检查"
- },
- {
- "title": "两表检查之值比对",
- "children": [
- {
- "title": "检查介绍",
- "children": [],
- "anchor": "检查介绍"
- },
- {
- "title": "界面操作指南",
- "children": [],
- "anchor": "界面操作指南"
- },
- {
- "title": "检查介绍",
- "children": [],
- "anchor": "检查介绍"
- },
- {
- "title": "界面操作指南",
- "children": [],
- "anchor": "界面操作指南"
- },
- {
- "title": "检查介绍",
- "children": [],
- "anchor": "检查介绍"
- },
- {
- "title": "界面操作指南",
- "children": [],
- "anchor": "界面操作指南"
- },
- {
- "title": "检查介绍",
- "children": [],
- "anchor": "检查介绍"
- },
- {
- "title": "界面操作指南",
- "children": [],
- "anchor": "界面操作指南"
- },
- {
- "title": "检查介绍",
- "children": [],
- "anchor": "检查介绍"
- },
- {
- "title": "界面操作指南",
- "children": [],
- "anchor": "界面操作指南"
- },
- {
- "title": "检查介绍",
- "children": [],
- "anchor": "检查介绍"
- },
- {
- "title": "界面操作指南",
- "children": [],
- "anchor": "界面操作指南"
- },
- {
- "title": "检查介绍",
- "children": [],
- "anchor": "检查介绍"
- },
- {
- "title": "界面操作指南",
- "children": [],
- "anchor": "界面操作指南"
- },
- {
- "title": "检查介绍",
- "children": [],
- "anchor": "检查介绍"
- },
- {
- "title": "界面操作指南",
- "children": [],
- "anchor": "界面操作指南"
- },
- {
- "title": "检查介绍",
- "children": [],
- "anchor": "检查介绍"
- },
- {
- "title": "界面操作指南",
- "children": [],
- "anchor": "界面操作指南"
- },
- {
- "title": "检查介绍",
- "children": [],
- "anchor": "检查介绍"
- },
- {
- "title": "界面操作指南",
- "children": [],
- "anchor": "界面操作指南"
- },
- {
- "title": "规则列表",
- "children": [],
- "anchor": "规则列表"
- },
- {
- "title": "规则详情",
- "children": [],
- "anchor": "规则详情"
- }
- ],
- "anchor": "两表检查之值比对"
- },
- {
- "title": "任务结果查看",
- "children": [
- {
- "title": "检查介绍",
- "children": [],
- "anchor": "检查介绍"
- },
- {
- "title": "界面操作指南",
- "children": [],
- "anchor": "界面操作指南"
- },
- {
- "title": "检查介绍",
- "children": [],
- "anchor": "检查介绍"
- },
- {
- "title": "界面操作指南",
- "children": [],
- "anchor": "界面操作指南"
- },
- {
- "title": "检查介绍",
- "children": [],
- "anchor": "检查介绍"
- },
- {
- "title": "界面操作指南",
- "children": [],
- "anchor": "界面操作指南"
- },
- {
- "title": "检查介绍",
- "children": [],
- "anchor": "检查介绍"
- },
- {
- "title": "界面操作指南",
- "children": [],
- "anchor": "界面操作指南"
- },
- {
- "title": "检查介绍",
- "children": [],
- "anchor": "检查介绍"
- },
- {
- "title": "界面操作指南",
- "children": [],
- "anchor": "界面操作指南"
- },
- {
- "title": "检查介绍",
- "children": [],
- "anchor": "检查介绍"
- },
- {
- "title": "界面操作指南",
- "children": [],
- "anchor": "界面操作指南"
- },
- {
- "title": "检查介绍",
- "children": [],
- "anchor": "检查介绍"
- },
- {
- "title": "界面操作指南",
- "children": [],
- "anchor": "界面操作指南"
- },
- {
- "title": "检查介绍",
- "children": [],
- "anchor": "检查介绍"
- },
- {
- "title": "界面操作指南",
- "children": [],
- "anchor": "界面操作指南"
- },
- {
- "title": "检查介绍",
- "children": [],
- "anchor": "检查介绍"
- },
- {
- "title": "界面操作指南",
- "children": [],
- "anchor": "界面操作指南"
- },
- {
- "title": "检查介绍",
- "children": [],
- "anchor": "检查介绍"
- },
- {
- "title": "界面操作指南",
- "children": [],
- "anchor": "界面操作指南"
- },
- {
- "title": "规则列表",
- "children": [],
- "anchor": "规则列表"
- },
- {
- "title": "规则详情",
- "children": [],
- "anchor": "规则详情"
- }
- ],
- "anchor": "任务结果查看"
- },
- {
- "title": "规则查看",
- "children": [
- {
- "title": "检查介绍",
- "children": [],
- "anchor": "检查介绍"
- },
- {
- "title": "界面操作指南",
- "children": [],
- "anchor": "界面操作指南"
- },
- {
- "title": "检查介绍",
- "children": [],
- "anchor": "检查介绍"
- },
- {
- "title": "界面操作指南",
- "children": [],
- "anchor": "界面操作指南"
- },
- {
- "title": "检查介绍",
- "children": [],
- "anchor": "检查介绍"
- },
- {
- "title": "界面操作指南",
- "children": [],
- "anchor": "界面操作指南"
- },
- {
- "title": "检查介绍",
- "children": [],
- "anchor": "检查介绍"
- },
- {
- "title": "界面操作指南",
- "children": [],
- "anchor": "界面操作指南"
- },
- {
- "title": "检查介绍",
- "children": [],
- "anchor": "检查介绍"
- },
- {
- "title": "界面操作指南",
- "children": [],
- "anchor": "界面操作指南"
- },
- {
- "title": "检查介绍",
- "children": [],
- "anchor": "检查介绍"
- },
- {
- "title": "界面操作指南",
- "children": [],
- "anchor": "界面操作指南"
- },
- {
- "title": "检查介绍",
- "children": [],
- "anchor": "检查介绍"
- },
- {
- "title": "界面操作指南",
- "children": [],
- "anchor": "界面操作指南"
- },
- {
- "title": "检查介绍",
- "children": [],
- "anchor": "检查介绍"
- },
- {
- "title": "界面操作指南",
- "children": [],
- "anchor": "界面操作指南"
- },
- {
- "title": "检查介绍",
- "children": [],
- "anchor": "检查介绍"
- },
- {
- "title": "界面操作指南",
- "children": [],
- "anchor": "界面操作指南"
- },
- {
- "title": "检查介绍",
- "children": [],
- "anchor": "检查介绍"
- },
- {
- "title": "界面操作指南",
- "children": [],
- "anchor": "界面操作指南"
- },
- {
- "title": "规则列表",
- "children": [],
- "anchor": "规则列表"
- },
- {
- "title": "规则详情",
- "children": [],
- "anchor": "规则详情"
- }
- ],
- "anchor": "规则查看"
- }
- ],
- "title": "概述",
- "link": "/guide/data-quality"
-}
\ No newline at end of file
diff --git a/pages/doc/zh-cn/dev/guide/upgrade/incompatible.json
b/pages/doc/zh-cn/dev/guide/upgrade/incompatible.json
index e1d1c7817c..8cf704a1e3 100644
--- a/pages/doc/zh-cn/dev/guide/upgrade/incompatible.json
+++ b/pages/doc/zh-cn/dev/guide/upgrade/incompatible.json
@@ -1,5 +1,5 @@
{
- "__html": "<h1
id=\"不向前兼容的更新\">不向前兼容的更新</h1>\n<p>本文档记录了各版本之间不兼容的更新内容。在升级到相关版本前,请检查本文档。</p>\n<h2
id=\"dev\">dev</h2>\n<ul>\n<li>将mysql驱动版本从8.0.16升级至8.0.33 (<a
href=\"https://github.com/apache/dolphinscheduler/pull/14684\">#14684</a>)</li>\n<li>更改了环境变量名称,将
<code>PYTHON_HOME</code> 改为 <code>PYTHON_LAUNCHER</code>, 将
<code>DATAX_HOME</code> 改为 <code>DATAX_LAUNCHER</code> (<a
href=\"https://github.com/apache/dolphinscheduler/pull/14523\">#14523</a>)</li>\n<li>更新了SQL任务中用于匹配变量的正则表达式
(<a href= [...]
+ "__html": "<h1
id=\"不向前兼容的更新\">不向前兼容的更新</h1>\n<p>本文档记录了各版本之间不兼容的更新内容。在升级到相关版本前,请检查本文档。</p>\n<h2
id=\"dev\">dev</h2>\n<ul>\n<li>将mysql驱动版本从8.0.16升级至8.0.33 (<a
href=\"https://github.com/apache/dolphinscheduler/pull/14684\">#14684</a>)</li>\n<li>更改了环境变量名称,将
<code>PYTHON_HOME</code> 改为 <code>PYTHON_LAUNCHER</code>, 将
<code>DATAX_HOME</code> 改为 <code>DATAX_LAUNCHER</code> (<a
href=\"https://github.com/apache/dolphinscheduler/pull/14523\">#14523</a>)</li>\n<li>更新了SQL任务中用于匹配变量的正则表达式
(<a href= [...]
"location": [
"功能介绍",
"升级",
diff --git a/python/2.0.5/.buildinfo b/python/2.0.5/.buildinfo
index fa742c42ca..8f41ce53ad 100644
--- a/python/2.0.5/.buildinfo
+++ b/python/2.0.5/.buildinfo
@@ -1,4 +1,4 @@
# Sphinx build info version 1
# This file records the configuration used when building these files. When it
is not found, a full rebuild will be done.
-config: 94da15b1fe1e8df48096fb63a22d9a50
+config: dcd09bb2d7d39f76fdf9da7b4a86cb4e
tags: 645f666f9bcd5a90fca523b33c5a78b7
diff --git a/python/2.0.6/.buildinfo b/python/2.0.6/.buildinfo
index b57409554a..0825770d91 100644
--- a/python/2.0.6/.buildinfo
+++ b/python/2.0.6/.buildinfo
@@ -1,4 +1,4 @@
# Sphinx build info version 1
# This file records the configuration used when building these files. When it
is not found, a full rebuild will be done.
-config: 6fd48b070123926b41d77dd191c38329
+config: e4c13f7fb1ee18215220699d0ef8ab59
tags: 645f666f9bcd5a90fca523b33c5a78b7
diff --git a/python/2.0.7/.buildinfo b/python/2.0.7/.buildinfo
index 08007dd971..6297d21e31 100644
--- a/python/2.0.7/.buildinfo
+++ b/python/2.0.7/.buildinfo
@@ -1,4 +1,4 @@
# Sphinx build info version 1
# This file records the configuration used when building these files. When it
is not found, a full rebuild will be done.
-config: 5db549c68b2f3938aa88ecb390481fca
+config: 713a495bcd24ca1f265de1e13c50a125
tags: 645f666f9bcd5a90fca523b33c5a78b7
diff --git a/python/3.0.0/.buildinfo b/python/3.0.0/.buildinfo
index 60c9c9deb2..17d68d8270 100644
--- a/python/3.0.0/.buildinfo
+++ b/python/3.0.0/.buildinfo
@@ -1,4 +1,4 @@
# Sphinx build info version 1
# This file records the configuration used when building these files. When it
is not found, a full rebuild will be done.
-config: e4cdfbea24f87f466c711f22cd72a952
+config: d195c6bffb04a633d8888612415adf7e
tags: 645f666f9bcd5a90fca523b33c5a78b7
diff --git a/python/3.0.1/.buildinfo b/python/3.0.1/.buildinfo
index 1b911eb74e..0438dac360 100644
--- a/python/3.0.1/.buildinfo
+++ b/python/3.0.1/.buildinfo
@@ -1,4 +1,4 @@
# Sphinx build info version 1
# This file records the configuration used when building these files. When it
is not found, a full rebuild will be done.
-config: 7e75cc2c8023b6ec9ebb3e55dd9dd069
+config: 25018c5b9ce643574214aa89efb32720
tags: 645f666f9bcd5a90fca523b33c5a78b7
diff --git a/python/3.1.0/.buildinfo b/python/3.1.0/.buildinfo
index 22bf8163a9..fa05fd6fff 100644
--- a/python/3.1.0/.buildinfo
+++ b/python/3.1.0/.buildinfo
@@ -1,4 +1,4 @@
# Sphinx build info version 1
# This file records the configuration used when building these files. When it
is not found, a full rebuild will be done.
-config: ac513336c6ccc9965778b896b069351f
+config: de6335d46a2b72d8ca271ad14ad9599b
tags: 645f666f9bcd5a90fca523b33c5a78b7
diff --git a/python/4.0.0/.buildinfo b/python/4.0.0/.buildinfo
index 3f056e721b..de677d681e 100644
--- a/python/4.0.0/.buildinfo
+++ b/python/4.0.0/.buildinfo
@@ -1,4 +1,4 @@
# Sphinx build info version 1
# This file records the configuration used when building these files. When it
is not found, a full rebuild will be done.
-config: 250c1c09063c9cd84a44936f3c584945
+config: f8d43f52c93b525545aa7786ecc433ab
tags: 645f666f9bcd5a90fca523b33c5a78b7
diff --git a/python/4.0.1/.buildinfo b/python/4.0.1/.buildinfo
index f2f3d7e5ae..e2e9ca1b3e 100644
--- a/python/4.0.1/.buildinfo
+++ b/python/4.0.1/.buildinfo
@@ -1,4 +1,4 @@
# Sphinx build info version 1
# This file records the configuration used when building these files. When it
is not found, a full rebuild will be done.
-config: dda11f1fc667fb6584311e310a771557
+config: afe2758b5389861319d613b6b32c3d5f
tags: 645f666f9bcd5a90fca523b33c5a78b7
diff --git a/python/4.0.2/.buildinfo b/python/4.0.2/.buildinfo
index 4796885e7d..25eef075a0 100644
--- a/python/4.0.2/.buildinfo
+++ b/python/4.0.2/.buildinfo
@@ -1,4 +1,4 @@
# Sphinx build info version 1
# This file records the configuration used when building these files. When it
is not found, a full rebuild will be done.
-config: 74e296cff76fe879e1310c7051f121a9
+config: 897e882b433274d98ec4eab1c08e6ef0
tags: 645f666f9bcd5a90fca523b33c5a78b7
diff --git a/python/4.0.3/.buildinfo b/python/4.0.3/.buildinfo
index 125a42a772..ae0b7a3d26 100644
--- a/python/4.0.3/.buildinfo
+++ b/python/4.0.3/.buildinfo
@@ -1,4 +1,4 @@
# Sphinx build info version 1
# This file records the configuration used when building these files. When it
is not found, a full rebuild will be done.
-config: 5afd62e4216a0dc5005b7b2176d74e11
+config: 789188a004a788947778e01009e0f2f9
tags: 645f666f9bcd5a90fca523b33c5a78b7
diff --git a/python/4.0.4/.buildinfo b/python/4.0.4/.buildinfo
index 9b4a5a9e4e..ebb76a41b7 100644
--- a/python/4.0.4/.buildinfo
+++ b/python/4.0.4/.buildinfo
@@ -1,4 +1,4 @@
# Sphinx build info version 1
# This file records the configuration used when building these files. When it
is not found, a full rebuild will be done.
-config: 7e31ea6be9217944eb979dd66a15b612
+config: 2f35b907c53b1918fd525275eb9ff844
tags: 645f666f9bcd5a90fca523b33c5a78b7
diff --git a/python/main/.buildinfo b/python/main/.buildinfo
index 9a0ce2182f..4b2ba7270b 100644
--- a/python/main/.buildinfo
+++ b/python/main/.buildinfo
@@ -1,4 +1,4 @@
# Sphinx build info version 1
# This file records the configuration used when building these files. When it
is not found, a full rebuild will be done.
-config: 2efad7a5e6f9b4e8d72cb2d8dab677cb
+config: c7ff300d3c646b0e04c6381f617fd283
tags: 645f666f9bcd5a90fca523b33c5a78b7