UnionTransform
The union member of the PipelineTransform union.
versionVersion (integer)
상수 값:
1기본값:
1opOp (string)필수
상수 값:
unionconfig object필수
Union configuration for two or more pipeline input ports. Inputs are aligned by column name, missing values become null, and duplicate rows are retained.
inputsstring[]필수
Input port keys to union (>= 2)
UnionTransform
{
"version": 1,
"op": "union",
"config": {
"inputs": [
"string"
]
}
}