Add composite cursors to connectors #52668
tmas-definitive
started this conversation in
Connector Ideas and Features
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
In some cases, it would be extremely helpful to have the ability to set a composite cursor to keep records up to date in an incremental replication strategy connection. An example of this would be a postgres source where we have 3 (or more) columns that can be updated indicating the record has changed
Right now we can only set one cursor field which means if all three fields aren't aligned (ie. created_at = updated_at on create, deleted_at = updated_at on delete) which means an update to data can be missed.
Beta Was this translation helpful? Give feedback.
All reactions