Etl Validate

Read-only source-vs-target assertion after a data transform or copy — prove every row moved. Compares CSV or SQLite endpoints (--src/--dst as csv:<path> | sqlite:<db>:<table>) on row count + an order-independent XOR content checksum; --key <col> names the first 10 missing keys. SQLite opens mode=ro. Use when: "validate the copy", "did every row move", "verify the ETL", "reconcile the table after a rebuild". Python stdlib only.

Evan-Daruwalla ef2856b 2 files · 23.0 KB Updated

File contents

Evan-Daruwalla/claude-skill-suite/tree/main/etl-validate commit ef2856b931

Frequently asked questions

npx skillmds@latest add evan-daruwalla/etl-validate