Airbyte · Example Payload

Airbyte Field Renaming Mapper Configuration Example

Data IntegrationETLELTOpen SourceData PipelineConnectorsData

Airbyte Field Renaming Mapper Configuration Example is an example object payload from Airbyte, with 2 top-level fields. It illustrates the shape of data this provider's APIs accept or return.

Top-level fields

newFieldNameoriginalFieldName

Example Payload

Raw ↑
{
  "newFieldName": "example-newfieldname",
  "originalFieldName": "example-originalfieldname"
}