Dbt Data Quality Gate

Enforce data quality, testing, contracts, and PII governance in a dbt project, gated by checks that actually run over dbt's compiled artifacts (target/manifest.json, target/run_results.json) — both plain JSON, so the gate is stdlib-only Python with no warehouse connection. Use when the user wants to add a data-quality CI gate, require tests/descriptions/owners on dbt models, enforce data contracts, check source freshness, find untagged PII columns, set a minimum test count or test pass-rate, or harden a data pipeline before merge. Triggers: "dbt", "data quality", "data contracts", "PII", "data tests", "freshness", "data pipeline gate".

NeuralMedic-DE 4e6b9a6 13 files · 58.2 KB Updated

File contents

NeuralMedic-DE/claude-skills/tree/main/dbt-data-quality-gate commit 4e6b9a6f51

Frequently asked questions

npx skillmds@latest add neuralmedic-de/dbt-data-quality-gate