Skip to content

transformations

transformations

{
    "id": "merge",
    "options": {}
},
{
    "id": "partitionByValues",
    "options": {
        "fields": [
            "label"
        ],
        "keepFields": false,
        "naming": {
            "asLabels": false
        }
    }
}

Transformation pydantic-model

Bases: BaseModel

Show JSON schema:
{
  "description": "    \n    ",
  "properties": {
    "id": {
      "title": "Id",
      "type": "string"
    }
  },
  "required": [
    "id"
  ],
  "title": "Transformation",
  "type": "object"
}

Fields: