Airbyte · Schema
StreamConfiguration
Configurations for a single stream.
Data IntegrationETLELTOpen SourceData PipelineConnectorsData
Properties
| Name | Type | Description |
|---|---|---|
| name | string | |
| namespace | string | Namespace of the stream. |
| syncMode | object | |
| cursorField | array | Path to the field that will be used to determine if a record is new or modified since the last sync. This field is REQUIRED if `sync_mode` is `incremental` unless there is a default. |
| primaryKey | array | Paths to the fields that will be used as primary key. This field is REQUIRED if `destination_sync_mode` is `*_dedup` unless it is already supplied by the source schema. |
| includeFiles | boolean | Whether to move raw files from the source to the destination during the sync. |
| destinationObjectName | string | The name of the destination object that this stream will be written to, used for data activation destinations. |
| selectedFields | object | By default (if not provided in the request) all fields will be synced. Otherwise, only the fields in this list will be synced. |
| mappers | array | Mappers that should be applied to the stream before writing to the destination. |