Skip to main content

Module cursor

Module cursor 

Source
Expand description

Incremental cursor configuration (Epic D โ€” cursor policy).

cursor_column remains the primary progression column. Optional cursor_fallback_column plus IncrementalCursorMode::Coalesce uses COALESCE(primary, fallback) for the incremental predicate and stored cursor value (single scalar string in state).

Enumsยง

IncrementalCursorMode
How the primary (and optional fallback) column(s) participate in incremental extraction.