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 39621f9b00 Automated deployment: 
dbf864134c1db6fb56485a97aa171551ed7cb9f5
39621f9b00 is described below

commit 39621f9b00a1013f1d159990de57aaf6c3afddea
Author: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
AuthorDate: Tue Dec 23 05:09:10 2025 +0000

    Automated deployment: dbf864134c1db6fb56485a97aa171551ed7cb9f5
---
 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/pytorch.json        | 357 ----------------
 .../doc/en-us/dev/guide/upgrade/incompatible.json  |   2 +-
 pages/doc/zh-cn/dev/guide/task/pytorch.json        | 462 ---------------------
 .../doc/zh-cn/dev/guide/upgrade/incompatible.json  |   7 +-
 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/4.1.0/.buildinfo                            |   2 +-
 python/main/.buildinfo                             |   2 +-
 21 files changed, 22 insertions(+), 878 deletions(-)

diff --git a/data/doc/en-us.json b/data/doc/en-us.json
index 0b3036b5b2..87bbf82c24 100644
--- a/data/doc/en-us.json
+++ b/data/doc/en-us.json
@@ -40136,17 +40136,6 @@
       "ChunJun"
     ]
   },
-  {
-    "content": "Pytorch Node (experimental)\nOverview\nPytorch is a mainstream 
Python machine learning library.\nPytorch task plugin enables users to run 
Pytorch projects in DolphinScheduler more conveniently. In addition, it 
supports handy Python environment management.\nPytorch task plugin is more than 
Python task plugin, which allows users to conveniently use existing Python 
environments or create new ones (using Virtualenv or Conda). It supports 
running Python projects (native or Git [...]
-    "version": "dev",
-    "link": "/guide/task/pytorch",
-    "title": "Pytorch Node (experimental)",
-    "location": [
-      "Introduction to Functions",
-      "Task",
-      "Pytorch"
-    ]
-  },
   {
     "content": "DMS Node\nOverview\nAWS Database Migration Service (AWS DMS) 
helps you migrate databases to AWS quickly and securely.\nThe source database 
remains fully operational during the migration, minimizing downtime to 
applications that rely on the database.\nThe AWS Database Migration Service can 
migrate your data to and from the most widely used commercial and open-source 
databases.\nDMS task plugin can help users to create and start DMS tasks in 
DolphinScheduler more convenient [...]
     "version": "dev",
@@ -40773,7 +40762,7 @@
     ]
   },
   {
-    "content": "Incompatible\nThis document records the incompatible updates 
between each version. You need to check this document before you upgrade to 
related version.\n3.0.0\n\nCopy and import workflow without 'copy' suffix 
#10607\nUse semicolon as default sql segment separator 
#10869\n\n3.2.0\n\nRename attribute data-quality.jar.name to 
data-quality.jar.dir in common.properties and represent for directory 
(#15563)\nRemove default key for attribute data-quality.jar.name in common.prop 
[...]
+    "content": "Incompatible\nThis document records the incompatible updates 
between each version. You need to check this document before you upgrade to 
related version.\n3.0.0\n\nCopy and import workflow without 'copy' suffix 
#10607\nUse semicolon as default sql segment separator 
#10869\n\n3.2.0\n\nRename attribute data-quality.jar.name to 
data-quality.jar.dir in common.properties and represent for directory 
(#15563)\nRemove default key for attribute data-quality.jar.name in common.prop 
[...]
     "version": "dev",
     "link": "/guide/upgrade/incompatible",
     "title": "Incompatible",
diff --git a/data/doc/zh-cn.json b/data/doc/zh-cn.json
index d5357a7290..c85cefa330 100644
--- a/data/doc/zh-cn.json
+++ b/data/doc/zh-cn.json
@@ -35788,17 +35788,6 @@
       "ChunJun"
     ]
   },
-  {
-    "content": "Pytorch 节点(试验版)\n综述\nPytorch 
是一个的主流Python机器学习库。\n为了用户能够在DolphinScheduler中更方便的运行Pytorch项目,实现了Pytorch任务组件。主要提供便捷的python环境管理以及支持运行python项目。\n与Python任务组件不同,该组件允许用户快速使用已有python环境或者创建新的python环境(使用virtualenv或者conda);支持运行Python项目(本地项目或者Git项目)而非只是python脚本。\n创建任务\n\n点击项目管理-项目名称-工作流定义,点击“创建工作流”按钮,进入
 DAG 编辑页面;\n拖动工具栏的  
任务节点到画板中。\n\n任务样例\n组件图示如下:\n\nPytorch参数\n\n默认参数说明请参考DolphinScheduler任务参数附录默认任务参数一栏。\n\n运行参数\n\n\n\n任务参数\n描述\n\n\n\n\npython脚本\n需要运行的python脚本文件入口\n\n\n脚本启动参数\n运行时的输入�
 �\ [...]
-    "version": "dev",
-    "link": "/guide/task/pytorch",
-    "title": "Pytorch 节点(试验版)",
-    "location": [
-      "功能介绍",
-      "任务类型",
-      "Pytorch"
-    ]
-  },
   {
     "content": "DMS 节点\n综述\nAWS Database Migration Service (AWS DMS) 
可帮助您快速并安全地将数据库迁移至 AWS。\n源数据库在迁移过程中可继续正常运行,从而最大程度地减少依赖该数据库的应用程序的停机时间。\nAWS 
Database Migration Service 
可以在广泛使用的开源商业数据库之间迁移您的数据。\nDMS任务组件帮助用户在DolphinScheduler中创建和启动DMS任务。\n组件主要包含两个功能:\n\n创建并启动迁移任务\n重启已存在的迁移任务\n\n组件的使用方式有两种:\n\n通过界面创建\n通过Json数据创建\n\nDolphinScheduler
 在 启动DMS 任务后,会跟中DMS任务状态,直至DMS任务完成后才将任务设为成功状态。除了以下情况:\n不跟踪无结束时间的CDC任务,即 当迁移类型为 
full-load-and-cdc 或者 cdc 时,且没有配置 cdcStopPosition 参数时,DolphinScheduler 
在成功启动任务后,则会将任 [...]
     "version": "dev",
@@ -36381,7 +36370,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 46925dee0f..cd2429bb42 100644
--- a/fetch/doc/en-us/dev.json
+++ b/fetch/doc/en-us/dev.json
@@ -416,16 +416,6 @@
             ],
             "key": "/guide/task/chunjun"
           },
-          {
-            "title": "Pytorch",
-            "children": [],
-            "location": [
-              "Introduction to Functions",
-              "Task",
-              "Pytorch"
-            ],
-            "key": "/guide/task/pytorch"
-          },
           {
             "title": "Amazon DMS",
             "children": [],
diff --git a/fetch/doc/zh-cn/dev.json b/fetch/doc/zh-cn/dev.json
index c165af3cdf..398e18a956 100644
--- a/fetch/doc/zh-cn/dev.json
+++ b/fetch/doc/zh-cn/dev.json
@@ -416,16 +416,6 @@
             ],
             "key": "/guide/task/chunjun"
           },
-          {
-            "title": "Pytorch",
-            "children": [],
-            "location": [
-              "功能介绍",
-              "任务类型",
-              "Pytorch"
-            ],
-            "key": "/guide/task/pytorch"
-          },
           {
             "title": "Amazon DMS",
             "children": [],
diff --git a/pages/doc/en-us/dev/guide/task/pytorch.json 
b/pages/doc/en-us/dev/guide/task/pytorch.json
deleted file mode 100644
index d0ade68012..0000000000
--- a/pages/doc/en-us/dev/guide/task/pytorch.json
+++ /dev/null
@@ -1,357 +0,0 @@
-{
-  "__html": "<h1 id=\"pytorch-node-(experimental)\">Pytorch Node 
(experimental)</h1>\n<h2 id=\"overview\">Overview</h2>\n<p><a 
href=\"https://pytorch.org\";>Pytorch</a> is a mainstream Python machine 
learning library.</p>\n<p><code>Pytorch</code> task plugin enables users to run 
<code>Pytorch</code> projects in DolphinScheduler more conveniently. In 
addition, it supports handy Python environment 
management.</p>\n<p><code>Pytorch task plugin</code> is more than <code>Python 
task plugin</co [...]
-  "location": [
-    "Introduction to Functions",
-    "Task",
-    "Pytorch"
-  ],
-  "structure": [
-    {
-      "title": "Overview",
-      "children": [
-        {
-          "title": "Specifying a Python path",
-          "children": [
-            {
-              "title": "Run time parameters",
-              "children": [],
-              "anchor": "run-time-parameters"
-            },
-            {
-              "title": "Python environment parameters",
-              "children": [],
-              "anchor": "python-environment-parameters"
-            },
-            {
-              "title": "Demo",
-              "children": [],
-              "anchor": "demo"
-            }
-          ],
-          "anchor": "specifying-a-python-path"
-        },
-        {
-          "title": "Create a new environment using Conda",
-          "children": [
-            {
-              "title": "Run time parameters",
-              "children": [],
-              "anchor": "run-time-parameters"
-            },
-            {
-              "title": "Python environment parameters",
-              "children": [],
-              "anchor": "python-environment-parameters"
-            },
-            {
-              "title": "Demo",
-              "children": [],
-              "anchor": "demo"
-            }
-          ],
-          "anchor": "create-a-new-environment-using-conda"
-        },
-        {
-          "title": "Create a new environment using Virtualenv",
-          "children": [
-            {
-              "title": "Run time parameters",
-              "children": [],
-              "anchor": "run-time-parameters"
-            },
-            {
-              "title": "Python environment parameters",
-              "children": [],
-              "anchor": "python-environment-parameters"
-            },
-            {
-              "title": "Demo",
-              "children": [],
-              "anchor": "demo"
-            }
-          ],
-          "anchor": "create-a-new-environment-using-virtualenv"
-        }
-      ],
-      "anchor": "overview"
-    },
-    {
-      "title": "Create Task",
-      "children": [
-        {
-          "title": "Specifying a Python path",
-          "children": [
-            {
-              "title": "Run time parameters",
-              "children": [],
-              "anchor": "run-time-parameters"
-            },
-            {
-              "title": "Python environment parameters",
-              "children": [],
-              "anchor": "python-environment-parameters"
-            },
-            {
-              "title": "Demo",
-              "children": [],
-              "anchor": "demo"
-            }
-          ],
-          "anchor": "specifying-a-python-path"
-        },
-        {
-          "title": "Create a new environment using Conda",
-          "children": [
-            {
-              "title": "Run time parameters",
-              "children": [],
-              "anchor": "run-time-parameters"
-            },
-            {
-              "title": "Python environment parameters",
-              "children": [],
-              "anchor": "python-environment-parameters"
-            },
-            {
-              "title": "Demo",
-              "children": [],
-              "anchor": "demo"
-            }
-          ],
-          "anchor": "create-a-new-environment-using-conda"
-        },
-        {
-          "title": "Create a new environment using Virtualenv",
-          "children": [
-            {
-              "title": "Run time parameters",
-              "children": [],
-              "anchor": "run-time-parameters"
-            },
-            {
-              "title": "Python environment parameters",
-              "children": [],
-              "anchor": "python-environment-parameters"
-            },
-            {
-              "title": "Demo",
-              "children": [],
-              "anchor": "demo"
-            }
-          ],
-          "anchor": "create-a-new-environment-using-virtualenv"
-        }
-      ],
-      "anchor": "create-task"
-    },
-    {
-      "title": "Task Example",
-      "children": [
-        {
-          "title": "Specifying a Python path",
-          "children": [
-            {
-              "title": "Run time parameters",
-              "children": [],
-              "anchor": "run-time-parameters"
-            },
-            {
-              "title": "Python environment parameters",
-              "children": [],
-              "anchor": "python-environment-parameters"
-            },
-            {
-              "title": "Demo",
-              "children": [],
-              "anchor": "demo"
-            }
-          ],
-          "anchor": "specifying-a-python-path"
-        },
-        {
-          "title": "Create a new environment using Conda",
-          "children": [
-            {
-              "title": "Run time parameters",
-              "children": [],
-              "anchor": "run-time-parameters"
-            },
-            {
-              "title": "Python environment parameters",
-              "children": [],
-              "anchor": "python-environment-parameters"
-            },
-            {
-              "title": "Demo",
-              "children": [],
-              "anchor": "demo"
-            }
-          ],
-          "anchor": "create-a-new-environment-using-conda"
-        },
-        {
-          "title": "Create a new environment using Virtualenv",
-          "children": [
-            {
-              "title": "Run time parameters",
-              "children": [],
-              "anchor": "run-time-parameters"
-            },
-            {
-              "title": "Python environment parameters",
-              "children": [],
-              "anchor": "python-environment-parameters"
-            },
-            {
-              "title": "Demo",
-              "children": [],
-              "anchor": "demo"
-            }
-          ],
-          "anchor": "create-a-new-environment-using-virtualenv"
-        }
-      ],
-      "anchor": "task-example"
-    },
-    {
-      "title": "Environment configuration",
-      "children": [
-        {
-          "title": "Specifying a Python path",
-          "children": [
-            {
-              "title": "Run time parameters",
-              "children": [],
-              "anchor": "run-time-parameters"
-            },
-            {
-              "title": "Python environment parameters",
-              "children": [],
-              "anchor": "python-environment-parameters"
-            },
-            {
-              "title": "Demo",
-              "children": [],
-              "anchor": "demo"
-            }
-          ],
-          "anchor": "specifying-a-python-path"
-        },
-        {
-          "title": "Create a new environment using Conda",
-          "children": [
-            {
-              "title": "Run time parameters",
-              "children": [],
-              "anchor": "run-time-parameters"
-            },
-            {
-              "title": "Python environment parameters",
-              "children": [],
-              "anchor": "python-environment-parameters"
-            },
-            {
-              "title": "Demo",
-              "children": [],
-              "anchor": "demo"
-            }
-          ],
-          "anchor": "create-a-new-environment-using-conda"
-        },
-        {
-          "title": "Create a new environment using Virtualenv",
-          "children": [
-            {
-              "title": "Run time parameters",
-              "children": [],
-              "anchor": "run-time-parameters"
-            },
-            {
-              "title": "Python environment parameters",
-              "children": [],
-              "anchor": "python-environment-parameters"
-            },
-            {
-              "title": "Demo",
-              "children": [],
-              "anchor": "demo"
-            }
-          ],
-          "anchor": "create-a-new-environment-using-virtualenv"
-        }
-      ],
-      "anchor": "environment-configuration"
-    },
-    {
-      "title": "Other",
-      "children": [
-        {
-          "title": "Specifying a Python path",
-          "children": [
-            {
-              "title": "Run time parameters",
-              "children": [],
-              "anchor": "run-time-parameters"
-            },
-            {
-              "title": "Python environment parameters",
-              "children": [],
-              "anchor": "python-environment-parameters"
-            },
-            {
-              "title": "Demo",
-              "children": [],
-              "anchor": "demo"
-            }
-          ],
-          "anchor": "specifying-a-python-path"
-        },
-        {
-          "title": "Create a new environment using Conda",
-          "children": [
-            {
-              "title": "Run time parameters",
-              "children": [],
-              "anchor": "run-time-parameters"
-            },
-            {
-              "title": "Python environment parameters",
-              "children": [],
-              "anchor": "python-environment-parameters"
-            },
-            {
-              "title": "Demo",
-              "children": [],
-              "anchor": "demo"
-            }
-          ],
-          "anchor": "create-a-new-environment-using-conda"
-        },
-        {
-          "title": "Create a new environment using Virtualenv",
-          "children": [
-            {
-              "title": "Run time parameters",
-              "children": [],
-              "anchor": "run-time-parameters"
-            },
-            {
-              "title": "Python environment parameters",
-              "children": [],
-              "anchor": "python-environment-parameters"
-            },
-            {
-              "title": "Demo",
-              "children": [],
-              "anchor": "demo"
-            }
-          ],
-          "anchor": "create-a-new-environment-using-virtualenv"
-        }
-      ],
-      "anchor": "other"
-    }
-  ],
-  "title": "Pytorch Node (experimental)",
-  "link": "/guide/task/pytorch"
-}
\ 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 a117d41f6b..b00bba033a 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=\"3.0.0\">3.0.0</h2>\n<ul>\n<li>Copy and import workflow without 'copy' 
suffix <a 
href=\"https://github.com/apache/dolphinscheduler/pull/10607\";>#10607</a></li>\n<li>Use
 semicolon as default sql segment separator <a 
href=\"https://github.com/apache/dolphinscheduler/pull/10869\";>#1 [...]
+  "__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=\"3.0.0\">3.0.0</h2>\n<ul>\n<li>Copy and import workflow without 'copy' 
suffix <a 
href=\"https://github.com/apache/dolphinscheduler/pull/10607\";>#10607</a></li>\n<li>Use
 semicolon as default sql segment separator <a 
href=\"https://github.com/apache/dolphinscheduler/pull/10869\";>#1 [...]
   "location": [
     "Introduction to Functions",
     "Upgrade",
diff --git a/pages/doc/zh-cn/dev/guide/task/pytorch.json 
b/pages/doc/zh-cn/dev/guide/task/pytorch.json
deleted file mode 100644
index 62bc115db6..0000000000
--- a/pages/doc/zh-cn/dev/guide/task/pytorch.json
+++ /dev/null
@@ -1,462 +0,0 @@
-{
-  "__html": "<h1 id=\"pytorch-节点(试验版)\">Pytorch 节点(试验版)</h1>\n<h2 
id=\"综述\">综述</h2>\n<p><a href=\"https://pytorch.org\";>Pytorch</a> 
是一个的主流Python机器学习库。</p>\n<p>为了用户能够在DolphinScheduler中<strong>更方便的运行Pytorch项目</strong>,实现了Pytorch任务组件。主要提供<strong>便捷的python环境管理</strong>以及支持<strong>运行python项目</strong>。</p>\n<p>与Python任务组件不同,该组件允许用户快速使用已有python环境或者创建新的python环境(使用virtualenv或者conda);支持运行Python项目(本地项目或者Git项目)而非只是python脚本。</p>\n<h2
 id=\"创建任务\">创建任务</h2>\n<ul>\n<li>点击项目管理-项目名称-工作流定义,点击“创建工作流”按钮,进入 D [...]
-  "location": [
-    "功能介绍",
-    "任务类型",
-    "Pytorch"
-  ],
-  "structure": [
-    {
-      "title": "综述",
-      "children": [
-        {
-          "title": "Pytorch参数",
-          "children": [
-            {
-              "title": "运行参数",
-              "children": [],
-              "anchor": "运行参数"
-            },
-            {
-              "title": "python环境参数",
-              "children": [],
-              "anchor": "python环境参数"
-            },
-            {
-              "title": "Demo",
-              "children": [],
-              "anchor": "demo"
-            }
-          ],
-          "anchor": "pytorch参数"
-        },
-        {
-          "title": "指定python路径",
-          "children": [
-            {
-              "title": "运行参数",
-              "children": [],
-              "anchor": "运行参数"
-            },
-            {
-              "title": "python环境参数",
-              "children": [],
-              "anchor": "python环境参数"
-            },
-            {
-              "title": "Demo",
-              "children": [],
-              "anchor": "demo"
-            }
-          ],
-          "anchor": "指定python路径"
-        },
-        {
-          "title": "使用Conda创建新环境",
-          "children": [
-            {
-              "title": "运行参数",
-              "children": [],
-              "anchor": "运行参数"
-            },
-            {
-              "title": "python环境参数",
-              "children": [],
-              "anchor": "python环境参数"
-            },
-            {
-              "title": "Demo",
-              "children": [],
-              "anchor": "demo"
-            }
-          ],
-          "anchor": "使用conda创建新环境"
-        },
-        {
-          "title": "使用virtualenv创建新环境",
-          "children": [
-            {
-              "title": "运行参数",
-              "children": [],
-              "anchor": "运行参数"
-            },
-            {
-              "title": "python环境参数",
-              "children": [],
-              "anchor": "python环境参数"
-            },
-            {
-              "title": "Demo",
-              "children": [],
-              "anchor": "demo"
-            }
-          ],
-          "anchor": "使用virtualenv创建新环境"
-        }
-      ],
-      "anchor": "综述"
-    },
-    {
-      "title": "创建任务",
-      "children": [
-        {
-          "title": "Pytorch参数",
-          "children": [
-            {
-              "title": "运行参数",
-              "children": [],
-              "anchor": "运行参数"
-            },
-            {
-              "title": "python环境参数",
-              "children": [],
-              "anchor": "python环境参数"
-            },
-            {
-              "title": "Demo",
-              "children": [],
-              "anchor": "demo"
-            }
-          ],
-          "anchor": "pytorch参数"
-        },
-        {
-          "title": "指定python路径",
-          "children": [
-            {
-              "title": "运行参数",
-              "children": [],
-              "anchor": "运行参数"
-            },
-            {
-              "title": "python环境参数",
-              "children": [],
-              "anchor": "python环境参数"
-            },
-            {
-              "title": "Demo",
-              "children": [],
-              "anchor": "demo"
-            }
-          ],
-          "anchor": "指定python路径"
-        },
-        {
-          "title": "使用Conda创建新环境",
-          "children": [
-            {
-              "title": "运行参数",
-              "children": [],
-              "anchor": "运行参数"
-            },
-            {
-              "title": "python环境参数",
-              "children": [],
-              "anchor": "python环境参数"
-            },
-            {
-              "title": "Demo",
-              "children": [],
-              "anchor": "demo"
-            }
-          ],
-          "anchor": "使用conda创建新环境"
-        },
-        {
-          "title": "使用virtualenv创建新环境",
-          "children": [
-            {
-              "title": "运行参数",
-              "children": [],
-              "anchor": "运行参数"
-            },
-            {
-              "title": "python环境参数",
-              "children": [],
-              "anchor": "python环境参数"
-            },
-            {
-              "title": "Demo",
-              "children": [],
-              "anchor": "demo"
-            }
-          ],
-          "anchor": "使用virtualenv创建新环境"
-        }
-      ],
-      "anchor": "创建任务"
-    },
-    {
-      "title": "任务样例",
-      "children": [
-        {
-          "title": "Pytorch参数",
-          "children": [
-            {
-              "title": "运行参数",
-              "children": [],
-              "anchor": "运行参数"
-            },
-            {
-              "title": "python环境参数",
-              "children": [],
-              "anchor": "python环境参数"
-            },
-            {
-              "title": "Demo",
-              "children": [],
-              "anchor": "demo"
-            }
-          ],
-          "anchor": "pytorch参数"
-        },
-        {
-          "title": "指定python路径",
-          "children": [
-            {
-              "title": "运行参数",
-              "children": [],
-              "anchor": "运行参数"
-            },
-            {
-              "title": "python环境参数",
-              "children": [],
-              "anchor": "python环境参数"
-            },
-            {
-              "title": "Demo",
-              "children": [],
-              "anchor": "demo"
-            }
-          ],
-          "anchor": "指定python路径"
-        },
-        {
-          "title": "使用Conda创建新环境",
-          "children": [
-            {
-              "title": "运行参数",
-              "children": [],
-              "anchor": "运行参数"
-            },
-            {
-              "title": "python环境参数",
-              "children": [],
-              "anchor": "python环境参数"
-            },
-            {
-              "title": "Demo",
-              "children": [],
-              "anchor": "demo"
-            }
-          ],
-          "anchor": "使用conda创建新环境"
-        },
-        {
-          "title": "使用virtualenv创建新环境",
-          "children": [
-            {
-              "title": "运行参数",
-              "children": [],
-              "anchor": "运行参数"
-            },
-            {
-              "title": "python环境参数",
-              "children": [],
-              "anchor": "python环境参数"
-            },
-            {
-              "title": "Demo",
-              "children": [],
-              "anchor": "demo"
-            }
-          ],
-          "anchor": "使用virtualenv创建新环境"
-        }
-      ],
-      "anchor": "任务样例"
-    },
-    {
-      "title": "环境配置",
-      "children": [
-        {
-          "title": "Pytorch参数",
-          "children": [
-            {
-              "title": "运行参数",
-              "children": [],
-              "anchor": "运行参数"
-            },
-            {
-              "title": "python环境参数",
-              "children": [],
-              "anchor": "python环境参数"
-            },
-            {
-              "title": "Demo",
-              "children": [],
-              "anchor": "demo"
-            }
-          ],
-          "anchor": "pytorch参数"
-        },
-        {
-          "title": "指定python路径",
-          "children": [
-            {
-              "title": "运行参数",
-              "children": [],
-              "anchor": "运行参数"
-            },
-            {
-              "title": "python环境参数",
-              "children": [],
-              "anchor": "python环境参数"
-            },
-            {
-              "title": "Demo",
-              "children": [],
-              "anchor": "demo"
-            }
-          ],
-          "anchor": "指定python路径"
-        },
-        {
-          "title": "使用Conda创建新环境",
-          "children": [
-            {
-              "title": "运行参数",
-              "children": [],
-              "anchor": "运行参数"
-            },
-            {
-              "title": "python环境参数",
-              "children": [],
-              "anchor": "python环境参数"
-            },
-            {
-              "title": "Demo",
-              "children": [],
-              "anchor": "demo"
-            }
-          ],
-          "anchor": "使用conda创建新环境"
-        },
-        {
-          "title": "使用virtualenv创建新环境",
-          "children": [
-            {
-              "title": "运行参数",
-              "children": [],
-              "anchor": "运行参数"
-            },
-            {
-              "title": "python环境参数",
-              "children": [],
-              "anchor": "python环境参数"
-            },
-            {
-              "title": "Demo",
-              "children": [],
-              "anchor": "demo"
-            }
-          ],
-          "anchor": "使用virtualenv创建新环境"
-        }
-      ],
-      "anchor": "环境配置"
-    },
-    {
-      "title": "其他",
-      "children": [
-        {
-          "title": "Pytorch参数",
-          "children": [
-            {
-              "title": "运行参数",
-              "children": [],
-              "anchor": "运行参数"
-            },
-            {
-              "title": "python环境参数",
-              "children": [],
-              "anchor": "python环境参数"
-            },
-            {
-              "title": "Demo",
-              "children": [],
-              "anchor": "demo"
-            }
-          ],
-          "anchor": "pytorch参数"
-        },
-        {
-          "title": "指定python路径",
-          "children": [
-            {
-              "title": "运行参数",
-              "children": [],
-              "anchor": "运行参数"
-            },
-            {
-              "title": "python环境参数",
-              "children": [],
-              "anchor": "python环境参数"
-            },
-            {
-              "title": "Demo",
-              "children": [],
-              "anchor": "demo"
-            }
-          ],
-          "anchor": "指定python路径"
-        },
-        {
-          "title": "使用Conda创建新环境",
-          "children": [
-            {
-              "title": "运行参数",
-              "children": [],
-              "anchor": "运行参数"
-            },
-            {
-              "title": "python环境参数",
-              "children": [],
-              "anchor": "python环境参数"
-            },
-            {
-              "title": "Demo",
-              "children": [],
-              "anchor": "demo"
-            }
-          ],
-          "anchor": "使用conda创建新环境"
-        },
-        {
-          "title": "使用virtualenv创建新环境",
-          "children": [
-            {
-              "title": "运行参数",
-              "children": [],
-              "anchor": "运行参数"
-            },
-            {
-              "title": "python环境参数",
-              "children": [],
-              "anchor": "python环境参数"
-            },
-            {
-              "title": "Demo",
-              "children": [],
-              "anchor": "demo"
-            }
-          ],
-          "anchor": "使用virtualenv创建新环境"
-        }
-      ],
-      "anchor": "其他"
-    }
-  ],
-  "title": "Pytorch 节点(试验版)",
-  "link": "/guide/task/pytorch"
-}
\ 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 ccdab71078..e12c8f43ea 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": [
     "功能介绍",
     "升级",
@@ -30,6 +30,11 @@
       "title": "3.3.0",
       "children": [],
       "anchor": "3.3.0"
+    },
+    {
+      "title": "3.4.0",
+      "children": [],
+      "anchor": "3.4.0"
     }
   ],
   "title": "不向前兼容的更新",
diff --git a/python/2.0.5/.buildinfo b/python/2.0.5/.buildinfo
index 34970e063f..412c36cf7f 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: fdc0875ea0c43e5206bc0a34f0e2cbd5
+config: fef0ab2978e5b7159001c0adbeea9bb3
 tags: 645f666f9bcd5a90fca523b33c5a78b7
diff --git a/python/2.0.6/.buildinfo b/python/2.0.6/.buildinfo
index 2a7a57b0b8..fc1c21970b 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: c686a4aa6fcec3b670f54de29fd7abb3
+config: 824cfa16d59fbeb88350fc4d4564fbca
 tags: 645f666f9bcd5a90fca523b33c5a78b7
diff --git a/python/2.0.7/.buildinfo b/python/2.0.7/.buildinfo
index 8bd657d61c..f5b07a9608 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: f6b6ffc2eb9999a40421f4ac21caa35c
+config: dc052f6992d4eeb99a7cfa3ddd5fe6cf
 tags: 645f666f9bcd5a90fca523b33c5a78b7
diff --git a/python/3.0.0/.buildinfo b/python/3.0.0/.buildinfo
index b0a941e860..287e8b1f12 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: 8c59646c29a64944b7412b109506eba6
+config: 37bee7419271d2ad65a38d1dc9efaf8e
 tags: 645f666f9bcd5a90fca523b33c5a78b7
diff --git a/python/3.0.1/.buildinfo b/python/3.0.1/.buildinfo
index a48cda2f2e..da773139bd 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: ff3d7163da78ecc904a50a8373bbc5be
+config: 00792153e6be05f6fce003c29fa7c2bf
 tags: 645f666f9bcd5a90fca523b33c5a78b7
diff --git a/python/3.1.0/.buildinfo b/python/3.1.0/.buildinfo
index 10a00adfa4..fab04e482a 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: 5eb6e4a2796d192678b5828868230c4e
+config: 68c7cfcf946a0592ab29d3e6e4a14ba4
 tags: 645f666f9bcd5a90fca523b33c5a78b7
diff --git a/python/4.0.0/.buildinfo b/python/4.0.0/.buildinfo
index a2f8ce76e4..5e935cd6ce 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: a92251d3fcf9d83f5d33b39112e636ca
+config: 0bb2f1bba799fd680892b94b3e4f8653
 tags: 645f666f9bcd5a90fca523b33c5a78b7
diff --git a/python/4.0.1/.buildinfo b/python/4.0.1/.buildinfo
index 35223c6850..6d38bd7677 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: fbc707b0da02c34bbc2ffa29b07d0f00
+config: d31fdbda7832eac5cd0b23928b83dde4
 tags: 645f666f9bcd5a90fca523b33c5a78b7
diff --git a/python/4.0.2/.buildinfo b/python/4.0.2/.buildinfo
index e54a1cd9a9..4863cf32e6 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: be22a75da3003a02f324d89a617100e7
+config: 13c18436c985f55a8c2fc871573de00c
 tags: 645f666f9bcd5a90fca523b33c5a78b7
diff --git a/python/4.0.3/.buildinfo b/python/4.0.3/.buildinfo
index 8e120600cd..c273d0f5ff 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: eee78dec6805a6b094b36230115417db
+config: f3a4a0e4553fe62822d239d6c579c7e4
 tags: 645f666f9bcd5a90fca523b33c5a78b7
diff --git a/python/4.0.4/.buildinfo b/python/4.0.4/.buildinfo
index a870d48c9f..3af84ddf82 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: 6138ae4a13e6a1ef22529f4e068097e1
+config: 0541acb3109f7489d9b7029020fff054
 tags: 645f666f9bcd5a90fca523b33c5a78b7
diff --git a/python/4.1.0/.buildinfo b/python/4.1.0/.buildinfo
index bf0bc2f71a..4297fdcb5b 100644
--- a/python/4.1.0/.buildinfo
+++ b/python/4.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: 31376048ea818591c390006cc4c17420
+config: 382f6d7cb40de9efdffc62b159b939a5
 tags: 645f666f9bcd5a90fca523b33c5a78b7
diff --git a/python/main/.buildinfo b/python/main/.buildinfo
index 20a9029211..fdd887cd03 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: 4cc422cc495258a947eb48e8a6add55d
+config: 3758044194c38ba4316e2257ffbf3471
 tags: 645f666f9bcd5a90fca523b33c5a78b7


Reply via email to