jsonToArrow params Schema #
undefined#/properties/postProcess/items/allOf/35/properties/params
Parameters to be passed to the jsonToArrow module
| Abstract | Extensible | Status | Identifiable | Custom Properties | Additional Properties | Access Restrictions | Defined In |
|---|---|---|---|---|---|---|---|
| Can be instantiated | No | Unknown status | No | Forbidden | Allowed | none | specSchema.schema.json* |
params Type #
object (jsonToArrow params)
jsonToArrow params Properties #
| Property | Type | Required | Nullable | Defined by |
|---|---|---|---|---|
| trigger | Flexible | Optional | cannot be null | specSchema (Unified Pipeline Specification) |
| arrowMetadata | Flexible | Optional | cannot be null | specSchema (Unified Pipeline Specification) |
| columnsFrom | Not specified | Optional | cannot be null | specSchema (Unified Pipeline Specification) |
| data | Not specified | Optional | cannot be null | specSchema (Unified Pipeline Specification) |
trigger #
trigger TODO
trigger
- is optional
- type: any of the folllowing:
arrayorstring(trigger) - cannot be null
- defined in: trigger
arrowMetadata #
arrowMetadata TODO
arrowMetadata
- is optional
- type: any of the folllowing:
arrayorstring(arrowMetadata) - cannot be null
- defined in: arrowMetadata
columnsFrom #
Enumeration of strings with constraints below
columnsFrom
- is optional
- type: unknown (columnsFrom)
- cannot be null
- defined in: columnsFrom
columnsFrom Constraints #
enum: the value of this property must be equal to one of the following values:
| Value | Explanation |
|---|---|
"all" |
|
"first" |
data #
Inline data to be processed by the JSONata expressions
data