Back to list
databrickslabs

validate-incremental-sync

by databrickslabs

10🍴 48📅 Jan 14, 2026

SKILL.md


name: validate-incremental-sync description: Validate that a connector's CDC/incremental sync implementation correctly tracks offsets and filters records.

Validate Incremental Sync

Description

This skill helps you validate that a connector's CDC (Change Data Capture) implementation is correct by:

  1. Understanding how the offset structure works from the code
  2. Verifying the offset matches the cursor field of the last record
  3. 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

  1. Run the test suite first to get table metadata and ingestion types
  2. Identify CDC tables (skip snapshot/append tables)
  3. Read the connector code to understand offset structure
  4. Test filtering by reading with a midpoint cursor value
  5. Document findings using the provided template

Score

Total Score

65/100

Based on repository quality metrics

SKILL.md

SKILL.mdファイルが含まれている

+20
LICENSE

ライセンスが設定されている

+10
説明文

100文字以上の説明がある

0/10
人気

GitHub Stars 100以上

0/15
最近の活動

3ヶ月以内に更新がある

0/10
フォーク

10回以上フォークされている

+5
Issue管理

オープンIssueが50未満

+5
言語

プログラミング言語が設定されている

+5
タグ

1つ以上のタグが設定されている

0/5

Reviews

💬

Reviews coming soon