Skip to content

Latest commit

 

History

History
29 lines (21 loc) · 547 Bytes

File metadata and controls

29 lines (21 loc) · 547 Bytes

transform_dispatch

Type: Transform

Copies a common-side field value to every item as an item-side field.

Parameters

Name Type Required Default Description

Metadata Contract

Field Typical Usage
CommonInput [<common_field>]
CommonOutput []
ItemInput []
ItemOutput [<item_field>]

DSL Usage

flow.transform_dispatch(
    common_input=[...],
    item_input=[...],
    item_output=[...],
)