{
"id": "merge",
"options": {}
},
{
"id": "partitionByValues",
"options": {
"fields": [
"label"
],
"keepFields": false,
"naming": {
"asLabels": false
}
}
}
Bases: BaseModel
Show JSON schema:
{
"description": " \n ",
"properties": {
"id": {
"title": "Id",
"type": "string"
}
},
"required": [
"id"
],
"title": "Transformation",
"type": "object"
}
Fields: