Union

Lets you combine multiple streams into one. Providing what is equivalent to a union of tables.

Use it to fuse data streams coming from different source tables. You can define new fields whose values represent whatever is available from one of the input streams.

Transformer Concurrent Distributed execution possible
  • Inputs

    List of InputColumn<Object> Required
  • Units

    List of CoalesceUnit Required