Validate Incremental Sync
Description
This skill helps you validate that a connector's CDC (Change Data Capture) implementation is correct by:
- •Understanding how the offset structure works from the code
- •Verifying the offset matches the cursor field of the last record
- •Testing that passing an offset filters records correctly
This is useful for:
- •Development: Verifying incremental sync during connector implementation
- •Quality Review: Validating existing connectors' CDC behavior
- •Debugging: Investigating issues with offset tracking or filtering
Instructions
Read and follow prompts/validate_incremental_sync.md
Quick Summary
- •Run the test suite first to get table metadata and ingestion types
- •Identify CDC tables (skip snapshot/append tables)
- •Read the connector code to understand offset structure
- •Test filtering by reading with a midpoint cursor value
- •Document findings using the provided template