Timothy Tian Yang
12/15/2021, 3:26 PM[DEPRECATED] Marcos Marx
Timothy Tian Yang
12/16/2021, 2:15 AM[DEPRECATED] Augustin Lafanechere
The cursor is how sources track which records are new or updated since the last sync.
A "cursor field" is the field that is used as a comparable for making this determinations.
If a configuration requires a cursor field, it requires an array of strings that serves as a path to the desired field. e.g. if the structure of a stream isYou'll find more details about this here or here.the{ value: 2, metadata: { updated_at: 2020-11-01 } }
might bedefault_cursor_field
.["metadata", "updated_at"]