Data Quality Gate

Validate a dataset at the boundary before anything downstream consumes it - control totals, row counts, duplicate keys, referential integrity, period completeness, null and sign sanity, and drift against the prior run. Blocks the pipeline on failure rather than passing bad data forward. Use on every extract, load, or handoff between systems. Trigger on "data quality", "validate the extract", "check the data", "the numbers look wrong", "bad data", "did the load work", "DQ check", "sanity check the file".

Lukehle afbd8f2 3 files · 23.6 KB Updated

File contents

Lukehle/closeloop/tree/main/skills/data-quality-gate commit afbd8f2610

Frequently asked questions

npx skillmds@latest add lukehle/data-quality-gate