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 b09753a633 Automated deployment: 
f7c776c5bd6c31f407896bd638bf868fb51c0c98
b09753a633 is described below

commit b09753a633995549f0b9178bf02c6a86aa4c72de
Author: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
AuthorDate: Tue Dec 17 05:06:22 2024 +0000

    Automated deployment: f7c776c5bd6c31f407896bd638bf868fb51c0c98
---
 data/doc/en-us.json                          | 2 +-
 data/faq/en-us.json                          | 7 +------
 fetch/faq/en-us/dev.json                     | 6 +-----
 pages/doc/en-us/dev/guide/task/appendix.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 +-
 16 files changed, 16 insertions(+), 25 deletions(-)

diff --git a/data/doc/en-us.json b/data/doc/en-us.json
index d4025376d3..6c78038ddb 100644
--- a/data/doc/en-us.json
+++ b/data/doc/en-us.json
@@ -34636,7 +34636,7 @@
     ]
   },
   {
-    "content": "DolphinScheduler Task Parameters Appendix\nDolphinScheduler 
task plugins share some common default parameters. Each type of task contains 
all or some default parameters as follows:\nDefault Task 
Parameters\n\n\n\nParameter\nDescription\n\n\n\n\nNode Name\nThe name of the 
task. Node names within the same workflow must be unique.\n\n\nRun 
Flag\nIndicating whether to schedule the task. If you do not need to execute 
the task, you can turn on the Prohibition execution switch.\ [...]
+    "content": "DolphinScheduler Task Parameters Appendix\nDolphinScheduler 
task plugins share some common default parameters. Each type of task contains 
all or some default parameters as follows:\nDefault Task 
Parameters\n\n\n\nParameter\nDescription\n\n\n\n\nNode Name\nThe name of the 
task. Node names within the same workflow must be unique.\n\n\nRun 
Flag\nIndicating whether to schedule the task. If you do not need to execute 
the task, you can turn on the Prohibition execution switch.\ [...]
     "version": "dev",
     "link": "/guide/task/appendix",
     "title": "DolphinScheduler Task Parameters Appendix",
diff --git a/data/faq/en-us.json b/data/faq/en-us.json
index ebc6de0156..d92f7deb98 100644
--- a/data/faq/en-us.json
+++ b/data/faq/en-us.json
@@ -282,11 +282,6 @@
   {
     "version": "dev",
     "q": "<h2>Q:Can not find python-gateway-server in distribute package</h2>",
-    "a": "\n<p>A:After version 3.0.0-alpha, Python gateway server integrate 
into API server, and Python gateway service will start when you\nstart API 
server. If you want disabled when Python gateway service you could change API 
server configuration in path\n<code>api-server/conf/application.yaml</code> and 
change attribute <code>python-gateway.enabled : false</code>.</p>\n<hr>\n"
-  },
-  {
-    "version": "dev",
-    "q": "<h2>Q:How to determine whether a task has been cached when the cache 
is executed, that is, how to determine whether a task can use the running 
result of another task?</h2>",
-    "a": "\n<p>A: For the task identified as <code>Cache Execution</code>, 
when the task starts, a cache key will be generated, and the key is composed of 
the following fields and hashed:</p>\n<ul>\n<li>task definition: the id of the 
task definition corresponding to the task instance</li>\n<li>task version: the 
version of the task definition corresponding to the task 
instance</li>\n<li>task input parameters: including the parameters passed in by 
the upstream node and the global parameter [...]
+    "a": "\n<p>A:After version 3.0.0-alpha, Python gateway server integrate 
into API server, and Python gateway service will start when you\nstart API 
server. If you want disabled when Python gateway service you could change API 
server configuration in path\n<code>api-server/conf/application.yaml</code> and 
change attribute <code>python-gateway.enabled : false</code>.</p>\n<hr>\n<p>We 
will collect more FAQ later</p>\n"
   }
 ]
\ No newline at end of file
diff --git a/fetch/faq/en-us/dev.json b/fetch/faq/en-us/dev.json
index e851feb6a0..368a61543a 100644
--- a/fetch/faq/en-us/dev.json
+++ b/fetch/faq/en-us/dev.json
@@ -225,10 +225,6 @@
   },
   {
     "q": "<h2>Q:Can not find python-gateway-server in distribute package</h2>",
-    "a": "\n<p>A:After version 3.0.0-alpha, Python gateway server integrate 
into API server, and Python gateway service will start when you\nstart API 
server. If you want disabled when Python gateway service you could change API 
server configuration in path\n<code>api-server/conf/application.yaml</code> and 
change attribute <code>python-gateway.enabled : false</code>.</p>\n<hr>\n"
-  },
-  {
-    "q": "<h2>Q:How to determine whether a task has been cached when the cache 
is executed, that is, how to determine whether a task can use the running 
result of another task?</h2>",
-    "a": "\n<p>A: For the task identified as <code>Cache Execution</code>, 
when the task starts, a cache key will be generated, and the key is composed of 
the following fields and hashed:</p>\n<ul>\n<li>task definition: the id of the 
task definition corresponding to the task instance</li>\n<li>task version: the 
version of the task definition corresponding to the task 
instance</li>\n<li>task input parameters: including the parameters passed in by 
the upstream node and the global parameter [...]
+    "a": "\n<p>A:After version 3.0.0-alpha, Python gateway server integrate 
into API server, and Python gateway service will start when you\nstart API 
server. If you want disabled when Python gateway service you could change API 
server configuration in path\n<code>api-server/conf/application.yaml</code> and 
change attribute <code>python-gateway.enabled : false</code>.</p>\n<hr>\n<p>We 
will collect more FAQ later</p>\n"
   }
 ]
\ No newline at end of file
diff --git a/pages/doc/en-us/dev/guide/task/appendix.json 
b/pages/doc/en-us/dev/guide/task/appendix.json
index 183e75ac21..55760a06bd 100644
--- a/pages/doc/en-us/dev/guide/task/appendix.json
+++ b/pages/doc/en-us/dev/guide/task/appendix.json
@@ -1,5 +1,5 @@
 {
-  "__html": "<h1 
id=\"dolphinscheduler-task-parameters-appendix\">DolphinScheduler Task 
Parameters Appendix</h1>\n<p>DolphinScheduler task plugins share some common 
default parameters. Each type of task contains all or <strong>some</strong> 
default parameters as follows:</p>\n<h2 id=\"default-task-parameters\">Default 
Task 
Parameters</h2>\n<table>\n<thead>\n<tr>\n<th><strong>Parameter</strong></th>\n<th><strong>Description</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Node
 Name</td> [...]
+  "__html": "<h1 
id=\"dolphinscheduler-task-parameters-appendix\">DolphinScheduler Task 
Parameters Appendix</h1>\n<p>DolphinScheduler task plugins share some common 
default parameters. Each type of task contains all or <strong>some</strong> 
default parameters as follows:</p>\n<h2 id=\"default-task-parameters\">Default 
Task 
Parameters</h2>\n<table>\n<thead>\n<tr>\n<th><strong>Parameter</strong></th>\n<th><strong>Description</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Node
 Name</td> [...]
   "location": [
     "Introduction to Functions",
     "Task",
diff --git a/python/2.0.5/.buildinfo b/python/2.0.5/.buildinfo
index f179a5d643..8c02c77f05 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: 8068c336a491bf84ecec027ee578ff08
+config: 0949c2af297517b16f4eb6cb5e0b3627
 tags: 645f666f9bcd5a90fca523b33c5a78b7
diff --git a/python/2.0.6/.buildinfo b/python/2.0.6/.buildinfo
index c8d0af6960..aeea5f48ab 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: cb204068a1803697ad1fc65d8415d7e5
+config: 361b2d9d917588d172c44cbb91e785c1
 tags: 645f666f9bcd5a90fca523b33c5a78b7
diff --git a/python/2.0.7/.buildinfo b/python/2.0.7/.buildinfo
index a827dd132f..aa9a31a3d7 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: 5687218fc61002c11d3e49e7375650b9
+config: e04af751750f7b47607fdb5546849ef8
 tags: 645f666f9bcd5a90fca523b33c5a78b7
diff --git a/python/3.0.0/.buildinfo b/python/3.0.0/.buildinfo
index 9d591de35f..051019a81e 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: 313212450e754037ccb5a2403f7d1daf
+config: 0ccca3e00297a5d5c8bc5d01d6c45c89
 tags: 645f666f9bcd5a90fca523b33c5a78b7
diff --git a/python/3.0.1/.buildinfo b/python/3.0.1/.buildinfo
index 4b9ea60b0b..3f60aca02e 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: c0afd37b2c1e9be55a13620a6db1537f
+config: 1af34269f87ba54165f1f4e663d30c58
 tags: 645f666f9bcd5a90fca523b33c5a78b7
diff --git a/python/3.1.0/.buildinfo b/python/3.1.0/.buildinfo
index 7fa189c414..6f5de9f0de 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: d5e98621848bec4ebaf11b58b6e1d256
+config: 81737fa308775947df0dee4bfa1238a5
 tags: 645f666f9bcd5a90fca523b33c5a78b7
diff --git a/python/4.0.0/.buildinfo b/python/4.0.0/.buildinfo
index 2024a8fef4..a83cd578bb 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: 68e1e81e7ad97166201849452ffcd58e
+config: 05ee36018455363b9e0f44c5ea21cd3a
 tags: 645f666f9bcd5a90fca523b33c5a78b7
diff --git a/python/4.0.1/.buildinfo b/python/4.0.1/.buildinfo
index e1758c9ea5..7a5718332b 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: 0d0586de3212fc727b2f94edabced06e
+config: 03c0db33797ebc40d78b8a57724b920b
 tags: 645f666f9bcd5a90fca523b33c5a78b7
diff --git a/python/4.0.2/.buildinfo b/python/4.0.2/.buildinfo
index 6c17eb21c8..e7893376f1 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: 2b59e79cf469bc616da0878585c37294
+config: 00ab2e724e6e8416978530df1d1bc894
 tags: 645f666f9bcd5a90fca523b33c5a78b7
diff --git a/python/4.0.3/.buildinfo b/python/4.0.3/.buildinfo
index 7220f29b1d..5cf8b94d8d 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: 6bd634ebb51c8789c474dc33814dbdbe
+config: 9743c1aa6534e679aedf62afce384c09
 tags: 645f666f9bcd5a90fca523b33c5a78b7
diff --git a/python/4.0.4/.buildinfo b/python/4.0.4/.buildinfo
index 5466858c58..6fb1dfe5b3 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: df4f593306b8d73e6a695d289d2ffa5d
+config: 29faa81219c098974da22f81c50b72e1
 tags: 645f666f9bcd5a90fca523b33c5a78b7
diff --git a/python/main/.buildinfo b/python/main/.buildinfo
index ab28f4233b..8d7c9d1e93 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: c8a2848c10be2173b522ea159b918c34
+config: e29686190e4aea1fcd961fda01eb120f
 tags: 645f666f9bcd5a90fca523b33c5a78b7

Reply via email to