doc-exports/docs/dataartsstudio/umn/dataartsstudio_01_0442.html
Xiong, Chen Xiao f3ee29a3dd DataArts UMN 20230329 version
Reviewed-by: Rechenburg, Matthias <matthias.rechenburg@t-systems.com>
Reviewed-by: Hasko, Vladimir <vladimir.hasko@t-systems.com>
Co-authored-by: Xiong, Chen Xiao <chenxiaoxiong@huawei.com>
Co-committed-by: Xiong, Chen Xiao <chenxiaoxiong@huawei.com>
2023-05-11 17:09:25 +00:00

2.0 KiB

Node Overview

A node defines the operations performed on data. DataArts Factory provides nodes used for data integration, computing and analysis, database operations, and resource management. You can choose your desired nodes

  • Node parameters can be presented using Expression Language (EL). For details about how to use EL, see Expression Overview.
  • Nodes cannot be connected in serial or parallel mode.

    Serial connection: Nodes are run one by one. Specifically, node B runs only after node A is finished running.

    Parallel connection: Nodes are run at the same time.

    Figure 1 Connection diagram