A Union node represents a relational union operation.
Prerequisites
You have configured the operator with the Union node and connected the previous nodes to Union
node.
Context
The union operator forms the union from two or more inputs with the same signature.
This operator can either select all values including duplicates (UNION ALL) or only
distinct values (UNION).
Procedure
-
In the canvas, select the Union node.
-
Choose (Open Configuration).
In the Configuration pane, under the Columns
section, you will see the column information from the previous nodes.
-
If you want to merge all of the input data (including duplicate entries) into one output,
enable the Union All toggle button.
-
Connect nodes.
If you want to configure the Data Transform operator with another node,
-
In the menu bar, use the breadcrumb navigation to navigate back to the
operator configuration editor.
-
Add new nodes.
-
To connect the nodes, select the output port of a node and drag the
cursor to an input port of another node.