INCREMENTAL uses a stream cursor and saved checkpoint to read newer or changed
source rows after each successful execution.
Requirements
- a connector/stream that advertises Incremental support;
- a stable, populated cursor such as
updated_at,created_at, or an increasing ID; - published destination-owned SQL;
- an existing destination table; and
- a stable destination Upsert key.
Configure Incremental
- Open Source.
- Discover the catalog and enable the stream.
- Choose Incremental in the stream’s Sync mode column.
- Enter the cursor in the Cursor column.
- Preview and click Save stream settings.
- Configure and publish the destination’s transformation.
- Assign its output table and Upsert keys in the destination editor.
- Validate in Overview, click Run all, and inspect Runs.
- Add an interval or UTC cron schedule in Settings after the manual run succeeds.