sneha21032004/VeriSQL dbt Gate

Verify every model in a dbt project for silently-wrong SQL (NULL semantics, cartesian joins, timestamp-equality bugs) and fail the build on findings. sqlfluff catches style; VeriSQL catches wrong answers.

View on GitHub

Trust Signals

Scorecard Score
not yet scored
Maintenance Recency
Stale
License
None
namedescriptionrequireddefault
project-dirdbt project directory containing target/manifest.json (run `dbt compile` first).no.
manifestExplicit path to manifest.json (overrides project-dir).no""
selectSpace-separated model names to verify (default: all models).no""
policyPath to a VeriSQL policy YAML (invariants, required filters, PII columns).no""
warn-onlyReport findings but never fail the build (advisory mode).nofalse
verisql-versionverisql package spec to install (e.g. 'verisql==0.3.0'). Default: latest.noverisql

no outputs