This is an automated email from the ASF dual-hosted git repository.

lidongdai pushed a commit to branch master
in repository 
https://gitbox.apache.org/repos/asf/incubator-dolphinscheduler-website.git


The following commit(s) were added to refs/heads/master by this push:
     new 2154c6b  fix: 增加datax节点描述
     new 873f6b3  Merge pull request #157 from Rubik-W/feature-addDatax
2154c6b is described below

commit 2154c6b9870b2dce921c771ad1f7190738b096ef
Author: Rubik-W <[email protected]>
AuthorDate: Thu Jul 16 20:55:06 2020 +0800

    fix: 增加datax节点描述
---
 docs/zh-cn/1.3.1/user_doc/system-manual.md |  16 ++++++++++++++++
 img/datax.png                              | Bin 0 -> 571 bytes
 img/datax_edit.png                         | Bin 0 -> 478215 bytes
 3 files changed, 16 insertions(+)

diff --git a/docs/zh-cn/1.3.1/user_doc/system-manual.md 
b/docs/zh-cn/1.3.1/user_doc/system-manual.md
index 2027a82..9bfeeb2 100644
--- a/docs/zh-cn/1.3.1/user_doc/system-manual.md
+++ b/docs/zh-cn/1.3.1/user_doc/system-manual.md
@@ -780,7 +780,23 @@ conf/common/hadoop.properties
 - 校验内容:当校验条件选择自定义响应码、内容包含、内容不包含时,需填写校验内容。
 - 自定义参数:是http局部的用户自定义参数,会替换脚本中以${变量}的内容。
 
+#### 7.11 DATAX节点
 
+  - 拖动工具栏中的<img src="/img/datax.png" width="35"/>任务节点到画板中
+
+  <p align="center">
+   <img src="/img/datax_edit.png" width="80%" />
+  </p>
+
+- 自定义模板:打开自定义模板开关时,可以自定义datax节点的json配置文件内容(适用于控件配置不满足需求时)
+- 数据源:选择抽取数据的数据源
+- sql语句:目标库抽取数据的sql语句,节点执行时自动解析sql查询列名,映射为目标表同步列名,源表和目标表列名不一致时,可以通过列别名(as)转换
+- 目标库:选择数据同步的目标库
+- 目标表:数据同步的目标表名
+- 前置sql:前置sql在sql语句之前执行(目标库执行)。
+- 后置sql:后置sql在sql语句之后执行(目标库执行)。
+- json:datax同步的json配置文件
+- 
自定义参数:SQL任务类型,而存储过程是自定义参数顺序的给方法设置值自定义参数类型和数据类型同存储过程任务类型一样。区别在于SQL任务类型自定义参数会替换sql语句中${变量}。
 
 #### 8. 参数
 #### 8.1 系统参数
diff --git a/img/datax.png b/img/datax.png
new file mode 100644
index 0000000..b59c759
Binary files /dev/null and b/img/datax.png differ
diff --git a/img/datax_edit.png b/img/datax_edit.png
new file mode 100644
index 0000000..fbda734
Binary files /dev/null and b/img/datax_edit.png differ

Reply via email to