INCREMENTAL sync uses a replication key and checkpoint state to process newer source rows after each successful run.
Requirements
- PostgreSQL source table
- stable replication key such as
updated_at,created_at, or an increasing id - destination table that already exists
- saved SQL model output that matches the destination columns
How to configure
- Open the Destination panel.
- Switch Sync mode to
INCREMENTAL. - Enter the replication key.
- Save the destination.
- Run manually once.
- Review run history.
- Add a schedule if the manual run succeeds.