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 5d40637d65 Automated deployment:
dbf864134c1db6fb56485a97aa171551ed7cb9f5
5d40637d65 is described below
commit 5d40637d65004a6512952b01daf8df856c67feec
Author: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
AuthorDate: Sun Dec 21 05:07:58 2025 +0000
Automated deployment: dbf864134c1db6fb56485a97aa171551ed7cb9f5
---
data/doc/en-us.json | 4 ++--
data/doc/zh-cn.json | 2 +-
pages/doc/en-us/dev/guide/installation/registry-plugins/jdbc.json | 6 +++---
pages/doc/en-us/dev/guide/upgrade/incompatible.json | 2 +-
pages/doc/zh-cn/dev/guide/installation/registry-plugins/jdbc.json | 6 +++---
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 +-
18 files changed, 23 insertions(+), 23 deletions(-)
diff --git a/data/doc/en-us.json b/data/doc/en-us.json
index ae4726a438..7bfceede7c 100644
--- a/data/doc/en-us.json
+++ b/data/doc/en-us.json
@@ -40773,7 +40773,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",
@@ -40897,7 +40897,7 @@
]
},
{
- "content": "Introduction\nThis plugin will use jdbc as the registry
center. Will use the database\nconfiguration same as DolphinScheduler in
api'yaml default.\nHow to use\n\nInitialize the database table\n\n\n\nIf you
use Mysql you can directly execute the sql script
src/main/resources/mysql_registry_init.sql.\n\n\nIf you use Postgresql you can
directly execute the sql script
src/main/resources/postgresql_registry_init.sql.\n\n\n\nChange the
config\n\nYou need to set the registry pro [...]
+ "content": "Introduction\nThis plugin will use jdbc as the registry
center. Will use the database\nconfiguration same as DolphinScheduler in
api'yaml default.\nHow to use\n\nInitialize the database table\n\n\n\nIf you
use Mysql you can directly execute the sql script
src/main/resources/mysql_registry_init.sql.\n\n\nIf you use Postgresql you can
directly execute the sql script
src/main/resources/postgresql_registry_init.sql.\n\n\n\nChange the
config\n\nYou need to set the registry pro [...]
"version": "dev",
"link": "/guide/installation/registry-plugins/jdbc",
"title": "Introduction",
diff --git a/data/doc/zh-cn.json b/data/doc/zh-cn.json
index 06b032a97c..d5357a7290 100644
--- a/data/doc/zh-cn.json
+++ b/data/doc/zh-cn.json
@@ -36505,7 +36505,7 @@
]
},
{
- "content": "介绍\n这个插件将使用 JDBC 作为注册中心。将使用与 api-server 的 yaml 默认的
DolphinScheduler 相同的数据库配置。\n如何使用\n\n初始化数据库\n\n\n\n如果你使用 MySQL,你可以直接执行 SQL 脚本
src/main/resources/mysql_registry_init.sql.\n\n\n如果你使用 PostgreSQL,你可以直接执行 SQL
脚本 src/main/resources/postgresql_registry_init.sql.\n\n\n\n修改配置\n\n需要在
master/worker/api 的 application.yml 中设置属性\nregistry:\n type:
jdbc\n\n完成这两步后,你就可以启动你的 DolphinScheduler 集群了,你的集群将使用 MySQL
作为注册中心来存储服务器元数据。\n注意: 如果您使用mysql数据库,您需要将 mysql-connector-java.jar 添加到 DS 的类路径中
[...]
+ "content": "介绍\n这个插件将使用 JDBC 作为注册中心。将使用与 api-server 的 yaml 默认的
DolphinScheduler 相同的数据库配置。\n如何使用\n\n初始化数据库\n\n\n\n如果你使用 MySQL,你可以直接执行 SQL 脚本
src/main/resources/mysql_registry_init.sql.\n\n\n如果你使用 PostgreSQL,你可以直接执行 SQL
脚本 src/main/resources/postgresql_registry_init.sql.\n\n\n\n修改配置\n\n需要在
master/worker/api 的 application.yml 中设置属性\nregistry:\n type:
jdbc\n\n完成这两步后,你就可以启动你的 DolphinScheduler 集群了,你的集群将使用 MySQL
作为注册中心来存储服务器元数据。\n注意: 如果您使用mysql数据库,您需要将 mysql-connector-java.jar 添加到 DS 的类路径中
[...]
"version": "dev",
"link": "/guide/installation/registry-plugins/jdbc",
"title": "介绍",
diff --git a/pages/doc/en-us/dev/guide/installation/registry-plugins/jdbc.json
b/pages/doc/en-us/dev/guide/installation/registry-plugins/jdbc.json
index 2c9c3a8a38..cc7cd52105 100644
--- a/pages/doc/en-us/dev/guide/installation/registry-plugins/jdbc.json
+++ b/pages/doc/en-us/dev/guide/installation/registry-plugins/jdbc.json
@@ -1,5 +1,5 @@
{
- "__html": "<h1 id=\"introduction\">Introduction</h1>\n<p>This plugin will
use jdbc as the registry center. Will use the database\nconfiguration same as
DolphinScheduler in api'yaml default.</p>\n<h1 id=\"how-to-use\">How to
use</h1>\n<ol>\n<li>Initialize the database
table</li>\n</ol>\n<ul>\n<li>\n<p>If you use Mysql you can directly execute the
sql script
<code>src/main/resources/mysql_registry_init.sql</code>.</p>\n</li>\n<li>\n<p>If
you use Postgresql you can directly execute the sq [...]
+ "__html": "<h1 id=\"introduction\">Introduction</h1>\n<p>This plugin will
use jdbc as the registry center. Will use the database\nconfiguration same as
DolphinScheduler in api'yaml default.</p>\n<h1 id=\"how-to-use\">How to
use</h1>\n<ol>\n<li>Initialize the database
table</li>\n</ol>\n<ul>\n<li>\n<p>If you use Mysql you can directly execute the
sql script
<code>src/main/resources/mysql_registry_init.sql</code>.</p>\n</li>\n<li>\n<p>If
you use Postgresql you can directly execute the sq [...]
"location": [
"Installation",
"registry-plugins",
@@ -23,7 +23,7 @@
"anchor": "optional-configuration"
},
{
- "title": "Use different database configuration for jdbc registry center",
+ "title": "Set DataSource for worker",
"children": [
{
"title": "Use Mysql as registry center",
@@ -36,7 +36,7 @@
"anchor": "use-postgresql-as-registry-center"
}
],
- "anchor": "use-different-database-configuration-for-jdbc-registry-center"
+ "anchor": "set-datasource-for-worker"
}
],
"title": "Introduction",
diff --git a/pages/doc/en-us/dev/guide/upgrade/incompatible.json
b/pages/doc/en-us/dev/guide/upgrade/incompatible.json
index 1aad91e051..1820ce6285 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/installation/registry-plugins/jdbc.json
b/pages/doc/zh-cn/dev/guide/installation/registry-plugins/jdbc.json
index a9849afd8e..7b15c3688b 100644
--- a/pages/doc/zh-cn/dev/guide/installation/registry-plugins/jdbc.json
+++ b/pages/doc/zh-cn/dev/guide/installation/registry-plugins/jdbc.json
@@ -1,5 +1,5 @@
{
- "__html": "<h1 id=\"介绍\">介绍</h1>\n<p>这个插件将使用 JDBC 作为注册中心。将使用与 api-server 的
yaml 默认的 DolphinScheduler 相同的数据库配置。</p>\n<h1
id=\"如何使用\">如何使用</h1>\n<ol>\n<li>初始化数据库</li>\n</ol>\n<ul>\n<li>\n<p>如果你使用
MySQL,你可以直接执行 SQL 脚本
<code>src/main/resources/mysql_registry_init.sql</code>.</p>\n</li>\n<li>\n<p>如果你使用
PostgreSQL,你可以直接执行 SQL 脚本
<code>src/main/resources/postgresql_registry_init.sql</code>.</p>\n</li>\n</ul>\n<ol
start=\"2\">\n<li>修改配置</li>\n</ol>\n<p>需要在 master/worker/api 的 application.yml
中 [...]
+ "__html": "<h1 id=\"介绍\">介绍</h1>\n<p>这个插件将使用 JDBC 作为注册中心。将使用与 api-server 的
yaml 默认的 DolphinScheduler 相同的数据库配置。</p>\n<h1
id=\"如何使用\">如何使用</h1>\n<ol>\n<li>初始化数据库</li>\n</ol>\n<ul>\n<li>\n<p>如果你使用
MySQL,你可以直接执行 SQL 脚本
<code>src/main/resources/mysql_registry_init.sql</code>.</p>\n</li>\n<li>\n<p>如果你使用
PostgreSQL,你可以直接执行 SQL 脚本
<code>src/main/resources/postgresql_registry_init.sql</code>.</p>\n</li>\n</ul>\n<ol
start=\"2\">\n<li>修改配置</li>\n</ol>\n<p>需要在 master/worker/api 的 application.yml
中 [...]
"location": [
"部署指南",
"注册中心插件",
@@ -23,7 +23,7 @@
"anchor": "可选配置"
},
{
- "title": "对 JDBC 注册中心使用不同的数据库配置",
+ "title": "为 worker 配置数据源",
"children": [
{
"title": "使用 MySQL 作为注册中心",
@@ -36,7 +36,7 @@
"anchor": "使用-postgresql-作为注册中心"
}
],
- "anchor": "对-jdbc-注册中心使用不同的数据库配置"
+ "anchor": "为-worker-配置数据源"
}
],
"title": "介绍",
diff --git a/python/2.0.5/.buildinfo b/python/2.0.5/.buildinfo
index a7382299c8..719a5bd2b1 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: 44c833fc434cad90a323dcc4736697de
+config: b50c0b1fd66a93ece6d9de24784ad583
tags: 645f666f9bcd5a90fca523b33c5a78b7
diff --git a/python/2.0.6/.buildinfo b/python/2.0.6/.buildinfo
index ed8cec4801..98560cf0ae 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: 1b7f77aed5fb3c749fc55de63875eec8
+config: d669e5fd4eb9f0d4c715abff6ddcafea
tags: 645f666f9bcd5a90fca523b33c5a78b7
diff --git a/python/2.0.7/.buildinfo b/python/2.0.7/.buildinfo
index 98434fa9ea..1e00acab9b 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: 1c0d7f57f386d0298144203053d6bbdd
+config: 238678b02381ff96d554f18489033ea2
tags: 645f666f9bcd5a90fca523b33c5a78b7
diff --git a/python/3.0.0/.buildinfo b/python/3.0.0/.buildinfo
index dedf395e64..0a48dfdf08 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: a085116e0dd5cfbeec2bd6e5e65350cc
+config: cb899070fe134ec4b84a85366854f11d
tags: 645f666f9bcd5a90fca523b33c5a78b7
diff --git a/python/3.0.1/.buildinfo b/python/3.0.1/.buildinfo
index fea1e883f2..a29a9be482 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: a1c5e60ee69f55a125e2ee71dca5b0fd
+config: 7f10c9bbf0df0222db8feefc136a24e3
tags: 645f666f9bcd5a90fca523b33c5a78b7
diff --git a/python/3.1.0/.buildinfo b/python/3.1.0/.buildinfo
index 6001b9afff..7fdbf423ea 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: 504f7733f253d67c122ba71c766e52a9
+config: a1045428c07336d4df685e3f3d7973b4
tags: 645f666f9bcd5a90fca523b33c5a78b7
diff --git a/python/4.0.0/.buildinfo b/python/4.0.0/.buildinfo
index f61afc0eac..5c2e294294 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: 876dbf7cacda08cb173176a31959ff7f
+config: 20977c06591a1cd70aff9b23be7e6762
tags: 645f666f9bcd5a90fca523b33c5a78b7
diff --git a/python/4.0.1/.buildinfo b/python/4.0.1/.buildinfo
index 52a2b61e68..cf14932ca1 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: 40b6e9d0f56d42f859dffcd88f2525c5
+config: d0c85350c87a92e9308b07ca89140f51
tags: 645f666f9bcd5a90fca523b33c5a78b7
diff --git a/python/4.0.2/.buildinfo b/python/4.0.2/.buildinfo
index eee5d5735d..9ff1844489 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: 2a84a8b7cc467c3d8d50d4b099b9a189
+config: 937a14f051d19be68690210c2570b8d4
tags: 645f666f9bcd5a90fca523b33c5a78b7
diff --git a/python/4.0.3/.buildinfo b/python/4.0.3/.buildinfo
index 913352368a..b4c6ba7e4a 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: 05471cca8c0cc79cf124907b69f98da0
+config: 553967af013c31837b53a689cb6ce615
tags: 645f666f9bcd5a90fca523b33c5a78b7
diff --git a/python/4.0.4/.buildinfo b/python/4.0.4/.buildinfo
index aea5c86898..e16f245d4d 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: a9d458ad5a2baee976f190a099718276
+config: e72b72a1caf015fe2e7d14dd6439881e
tags: 645f666f9bcd5a90fca523b33c5a78b7
diff --git a/python/4.1.0/.buildinfo b/python/4.1.0/.buildinfo
index ef972ddf21..ee31297910 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: aca71779d3e4360abe2e259822f45193
+config: 3a288fc591ea5659a38ab9e464c53111
tags: 645f666f9bcd5a90fca523b33c5a78b7
diff --git a/python/main/.buildinfo b/python/main/.buildinfo
index 6a834859a0..8dba5a940b 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: ca8ca4099a7f5732fe73aca273e86846
+config: 8eb62ea751775dbbc5f912356214ca62
tags: 645f666f9bcd5a90fca523b33c5a78b7