Interface AirbyteStreamConfiguration

the mutable part of the stream to configure the destination

Hierarchy

  • AirbyteStreamConfiguration

Properties

aliasName?: string

Alias name to the stream to be used in the destination

cursorField?: string[]

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. Otherwise it is ignored.

destinationSyncMode: DestinationSyncMode
primaryKey?: string[][]

Paths to the fields that will be used as primary key. This field is REQUIRED if destination_sync_mode is *_dedup. Otherwise it is ignored.

selected?: boolean
syncMode: SyncMode

Generated using TypeDoc