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 8a436cba0d Automated deployment:
f7c776c5bd6c31f407896bd638bf868fb51c0c98
8a436cba0d is described below
commit 8a436cba0de43f89a7b4460accccc8923077d6b7
Author: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
AuthorDate: Fri Dec 6 05:06:13 2024 +0000
Automated deployment: f7c776c5bd6c31f407896bd638bf868fb51c0c98
---
data/doc/en-us.json | 13 +-------
data/doc/zh-cn.json | 13 +-------
fetch/doc/en-us/dev.json | 10 ------
fetch/doc/zh-cn/dev.json | 10 ------
pages/doc/en-us/dev/guide/task/dynamic.json | 37 ----------------------
.../doc/en-us/dev/guide/upgrade/incompatible.json | 2 +-
pages/doc/zh-cn/dev/guide/task/dynamic.json | 37 ----------------------
.../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 +-
20 files changed, 16 insertions(+), 132 deletions(-)
diff --git a/data/doc/en-us.json b/data/doc/en-us.json
index fbeeaa9928..30bc7ee108 100644
--- a/data/doc/en-us.json
+++ b/data/doc/en-us.json
@@ -34668,17 +34668,6 @@
"SubWorkflow"
]
},
- {
- "content": "Dynamic Task\nOverview\nDynamic task can input multiple
parameter lists, calculate all parameter combinations through Cartesian
product, and then execute each parameter combination as a sub-workflow
node.\nFor example, we have a workflow with two input parameters, a, b.\nWe can
use the dynamic node to define this workflow definition as a node, and then
enter the parameter list\n\nParameter a: a1, a2\nParameter b: b1, b2\n\nThen
the dynamic node will calculate four paramet [...]
- "version": "dev",
- "link": "/guide/task/dynamic",
- "title": "Dynamic Task",
- "location": [
- "Introduction to Functions",
- "Task",
- "Dynamic"
- ]
- },
{
"content": "Dependent\nOverview\nDependent nodes are dependency check
nodes. For example, process A depends on the successful execution of process B
from yesterday, and the dependent node will check whether process B run
successful yesterday.\nCreate Task\n\nClick Project Management -> Project
Name -> Workflow Definition, and click the Create Workflow button to enter
the DAG editing page.\nDrag from the toolbar task node to canvas.\n\nTask
Parameter\n\nPlease refer to DolphinS [...]
"version": "dev",
@@ -35569,7 +35558,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",
diff --git a/data/doc/zh-cn.json b/data/doc/zh-cn.json
index 11defa2a87..f493182f8f 100644
--- a/data/doc/zh-cn.json
+++ b/data/doc/zh-cn.json
@@ -30464,17 +30464,6 @@
"SubWorkflow"
]
},
- {
- "content":
"动态节点\n综述\n动态节点可以通过输入多个参数列表,通过笛卡尔积计算出多所有的参数组合,然后将每个参数组合作为一个子工作流节点执行。\n比如我们有一个工作流,它具有两个输入参数,a,
b。\n我们可以通过动态节点,将这个工作流定义当做一个节点,然后输入参数列表\n\n参数a:a1, a2\n参数b:b1,
b2\n\n那么动态节点会计算出四个参数组合,分别是\n\na1, b1\na1, b2\na2, b1\na2,
b2\n\n然后将这四个参数组合作为子工作流节点的启动参数执行,共生成四个子工作流节点。\n创建任务\n\n\n点击项目管理 -> 项目名称 ->
工作流定义,点击”创建工作流”按钮,进入 DAG 编辑页面:\n\n\n拖动工具栏的
任务节点到画板中。\n\n\n任务定义如下图所示:\n\n任务参数\n\n默认参数说明请参考DolphinScheduler任务参数附录默认任务参数一栏。\n\n\n\n\n任务�
��\n描述\n\n\n\n\n子节点\n是选择子工作流的工作流定义,右上角进入该子节点可以跳转到所 [...]
- "version": "dev",
- "link": "/guide/task/dynamic",
- "title": "动态节点",
- "location": [
- "功能介绍",
- "任务类型",
- "Dynamic"
- ]
- },
{
"content": "Dependent 节点\n综述\nDependent 节点,就是依赖检查节点。比如 A 流程依赖昨天的 B
流程执行成功,依赖节点会去检查 B 流程在昨天是否有执行成功的实例。\n创建任务\n\n点击项目管理 -> 项目名称 ->
工作流定义,点击“创建工作流”按钮,进入 DAG 编辑页面;\n拖动工具栏的
任务节点到画板中。\n\n任务参数\n\n默认参数说明请参考DolphinScheduler任务参数附录默认任务参数一栏。\n\n\n\n\n任务参数\n描述\n\n\n\n\n添加依赖\n配置依赖的上游任务.\n\n\n检查间隔\n检查依赖的上游任务状态间隔,默认10s.\n\n\n依赖失败策略\n失败:
依赖的上游任务失败当前任务直接失败;等待:
依赖的上游任务失败当前任务继续等待;\n\n\n依赖失败等待时间\n当依赖失败策略选择等待时,当前任务等待的时间.\n\n\n\n任务样例\nDependent
节点提供了逻辑判断功能,可以按�
�辑来检测所依赖节点的执行情况。\n支持两种依赖模式,包括依赖于工作流和依赖于任 [...]
"version": "dev",
@@ -31321,7 +31310,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": "不向前兼容的更新",
diff --git a/fetch/doc/en-us/dev.json b/fetch/doc/en-us/dev.json
index ac2bc740fe..2b69ee2d56 100644
--- a/fetch/doc/en-us/dev.json
+++ b/fetch/doc/en-us/dev.json
@@ -176,16 +176,6 @@
],
"key": "/guide/task/sub-workflow"
},
- {
- "title": "Dynamic",
- "children": [],
- "location": [
- "Introduction to Functions",
- "Task",
- "Dynamic"
- ],
- "key": "/guide/task/dynamic"
- },
{
"title": "Dependent",
"children": [],
diff --git a/fetch/doc/zh-cn/dev.json b/fetch/doc/zh-cn/dev.json
index c91a58f1c0..813cf89224 100644
--- a/fetch/doc/zh-cn/dev.json
+++ b/fetch/doc/zh-cn/dev.json
@@ -176,16 +176,6 @@
],
"key": "/guide/task/sub-workflow"
},
- {
- "title": "Dynamic",
- "children": [],
- "location": [
- "功能介绍",
- "任务类型",
- "Dynamic"
- ],
- "key": "/guide/task/dynamic"
- },
{
"title": "Dependent",
"children": [],
diff --git a/pages/doc/en-us/dev/guide/task/dynamic.json
b/pages/doc/en-us/dev/guide/task/dynamic.json
deleted file mode 100644
index fc79d49ae2..0000000000
--- a/pages/doc/en-us/dev/guide/task/dynamic.json
+++ /dev/null
@@ -1,37 +0,0 @@
-{
- "__html": "<h1 id=\"dynamic-task\">Dynamic Task</h1>\n<h2
id=\"overview\">Overview</h2>\n<p>Dynamic task can input multiple parameter
lists, calculate all parameter combinations through Cartesian product, and then
execute each parameter combination as a sub-workflow node.</p>\n<p>For example,
we have a workflow with two input parameters, a, b.</p>\n<p>We can use the
dynamic node to define this workflow definition as a node, and then enter the
parameter list</p>\n<ul>\n<li>Parameter a: [...]
- "location": [
- "Introduction to Functions",
- "Task",
- "Dynamic"
- ],
- "structure": [
- {
- "title": "Overview",
- "children": [],
- "anchor": "overview"
- },
- {
- "title": "Create Task",
- "children": [],
- "anchor": "create-task"
- },
- {
- "title": "Task Parameters",
- "children": [],
- "anchor": "task-parameters"
- },
- {
- "title": "Task Parameters Output",
- "children": [],
- "anchor": "task-parameters-output"
- },
- {
- "title": "Running Status",
- "children": [],
- "anchor": "running-status"
- }
- ],
- "title": "Dynamic Task",
- "link": "/guide/task/dynamic"
-}
\ 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 03e9a84746..0e9e03c80a 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/guide/task/dynamic.json
b/pages/doc/zh-cn/dev/guide/task/dynamic.json
deleted file mode 100644
index 2699eb2a7c..0000000000
--- a/pages/doc/zh-cn/dev/guide/task/dynamic.json
+++ /dev/null
@@ -1,37 +0,0 @@
-{
- "__html": "<h1 id=\"动态节点\">动态节点</h1>\n<h2
id=\"综述\">综述</h2>\n<p>动态节点可以通过输入多个参数列表,通过笛卡尔积计算出多所有的参数组合,然后将每个参数组合作为一个子工作流节点执行。</p>\n<p>比如我们有一个工作流,它具有两个输入参数,a,
b。\n我们可以通过动态节点,将这个工作流定义当做一个节点,然后输入参数列表</p>\n<ul>\n<li>参数a:a1,
a2</li>\n<li>参数b:b1, b2</li>\n</ul>\n<p>那么动态节点会计算出四个参数组合,分别是</p>\n<ul>\n<li>a1,
b1</li>\n<li>a1, b2</li>\n<li>a2, b1</li>\n<li>a2,
b2</li>\n</ul>\n<p>然后将这四个参数组合作为子工作流节点的启动参数执行,共生成四个子工作流节点。</p>\n<h2
id=\"创建任务\">创建任务</h2>\n<ul>\n<li>\n<p>点击项目管理 -> 项目名称 -> 工作流定义,点击”创建工作流
[...]
- "location": [
- "功能介绍",
- "任务类型",
- "Dynamic"
- ],
- "structure": [
- {
- "title": "综述",
- "children": [],
- "anchor": "综述"
- },
- {
- "title": "创建任务",
- "children": [],
- "anchor": "创建任务"
- },
- {
- "title": "任务参数",
- "children": [],
- "anchor": "任务参数"
- },
- {
- "title": "任务参数输出",
- "children": [],
- "anchor": "任务参数输出"
- },
- {
- "title": "运行状态",
- "children": [],
- "anchor": "运行状态"
- }
- ],
- "title": "动态节点",
- "link": "/guide/task/dynamic"
-}
\ 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 b9a87c6c67..ccdab71078 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 eddef8b659..56c1abf8da 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: 9722041788cec880ca0503445694bc93
+config: ca58fdb94bb462ff4fed860c0b8adaae
tags: 645f666f9bcd5a90fca523b33c5a78b7
diff --git a/python/2.0.6/.buildinfo b/python/2.0.6/.buildinfo
index 0f6c8e80f2..5a5ca760de 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: 47f0c8bc9e99fb76ca4f3d8846264161
+config: 73e2b814aef879b59109c1655db1875d
tags: 645f666f9bcd5a90fca523b33c5a78b7
diff --git a/python/2.0.7/.buildinfo b/python/2.0.7/.buildinfo
index 6603bd27b4..0f7aa397db 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: 214b6a85569ce0de377f1852d9a9295e
+config: 6adb48d11b764e1cfe4cac3c457ef468
tags: 645f666f9bcd5a90fca523b33c5a78b7
diff --git a/python/3.0.0/.buildinfo b/python/3.0.0/.buildinfo
index 3e09336f1b..6a6059120b 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: 4a38fbf2df5709c9a93e76322ab90d71
+config: 105da8d952af5b2760cfa9a70ebc12c6
tags: 645f666f9bcd5a90fca523b33c5a78b7
diff --git a/python/3.0.1/.buildinfo b/python/3.0.1/.buildinfo
index 17842819cf..f5096132bd 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: 9c6dc33dbe72a713adf454422f5fbd44
+config: f26fe09513745cbf316d1840ef4096ee
tags: 645f666f9bcd5a90fca523b33c5a78b7
diff --git a/python/3.1.0/.buildinfo b/python/3.1.0/.buildinfo
index e264483c27..0af90e96bb 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: 99d0d1dbdf5f73c5fde53cddec45dda0
+config: 7e836547ae0cee584462d1598ec492fc
tags: 645f666f9bcd5a90fca523b33c5a78b7
diff --git a/python/4.0.0/.buildinfo b/python/4.0.0/.buildinfo
index aa6c3a04f2..a96fd7b8ff 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: 92a64d16f6f591594661395960660615
+config: ceb94542bdef37a3673127b167c48569
tags: 645f666f9bcd5a90fca523b33c5a78b7
diff --git a/python/4.0.1/.buildinfo b/python/4.0.1/.buildinfo
index bb00efbbb2..b3fb854970 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: 6f842ecf18da7dcc007360087c3154e9
+config: 23efde4892736f0a8a51dd545fd2b1a9
tags: 645f666f9bcd5a90fca523b33c5a78b7
diff --git a/python/4.0.2/.buildinfo b/python/4.0.2/.buildinfo
index f467fc39c9..9c3e28b251 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: 34582ef50cddec1fcdf50bd89d954e64
+config: 8905b586323b034423afdcba4036731b
tags: 645f666f9bcd5a90fca523b33c5a78b7
diff --git a/python/4.0.3/.buildinfo b/python/4.0.3/.buildinfo
index db1d2770d1..f6f08d9291 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: 38f92c4fdd0f4b6dbc944586a2c751d8
+config: 29e68106bb0f091636e005dc3d1d9aca
tags: 645f666f9bcd5a90fca523b33c5a78b7
diff --git a/python/4.0.4/.buildinfo b/python/4.0.4/.buildinfo
index 08a6df5a54..ce8b1151e6 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: b2fe365296bb3284b966480fea5931e1
+config: 4418fb6a4ddc969136c5ac53543aeef1
tags: 645f666f9bcd5a90fca523b33c5a78b7
diff --git a/python/main/.buildinfo b/python/main/.buildinfo
index 36b9d40553..b64492f841 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: ec02f9e8d541691d21c0b182b1861f76
+config: 3d2407d66c1f36f3273cf47ad1434892
tags: 645f666f9bcd5a90fca523b33c5a78b7