Airbyte · Schema

Field Filtering

Data IntegrationETLELTOpen SourceData PipelineConnectorsData

Properties

Name Type Description
targetField string The name of the field to filter.
View JSON Schema on GitHub

JSON Schema

airbyte-fieldfilteringmapperconfiguration-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/FieldFilteringMapperConfiguration",
  "title": "Field Filtering",
  "type": "object",
  "properties": {
    "targetField": {
      "type": "string",
      "title": "The Field to Filter",
      "description": "The name of the field to filter."
    }
  },
  "required": [
    "targetField"
  ],
  "x-speakeasy-component": true
}