Configurations for a single stream.
Field | Type | Required | Description |
---|---|---|---|
cursorField |
List<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 unless there is a default. |
mappers |
List<ConfiguredStreamMapper> | ➖ | Mappers that should be applied to the stream before writing to the destination. |
name |
String | ✔️ | N/A |
primaryKey |
List<List\<String>> | ➖ | 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. |
selectedFields |
List<SelectedFieldInfo> | ➖ | Paths to the fields that will be included in the configured catalog. |
syncMode |
Optional<ConnectionSyncModeEnum> | ➖ | N/A |