← スキル一覧に戻る

validate-incremental-sync
by databrickslabs
⭐ 10🍴 48📅 2026年1月14日
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:
- 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
スコア
総合スコア
65/100
リポジトリの品質指標に基づく評価
✓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
レビュー
💬
レビュー機能は近日公開予定です