Airbyte · Schema

Row Filtering

Data IntegrationETLELTOpen SourceData PipelineConnectorsData

Properties

Name Type Description
conditions object
View JSON Schema on GitHub

JSON Schema

airbyte-rowfilteringmapperconfiguration-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/RowFilteringMapperConfiguration",
  "title": "Row Filtering",
  "type": "object",
  "properties": {
    "conditions": {
      "$ref": "#/components/schemas/RowFilteringOperation"
    }
  },
  "required": [
    "conditions"
  ],
  "x-speakeasy-component": true
}