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 GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| project-dir | dbt project directory containing target/manifest.json (run `dbt compile` first). | no | . |
| manifest | Explicit path to manifest.json (overrides project-dir). | no | "" |
| select | Space-separated model names to verify (default: all models). | no | "" |
| policy | Path to a VeriSQL policy YAML (invariants, required filters, PII columns). | no | "" |
| warn-only | Report findings but never fail the build (advisory mode). | no | false |
| verisql-version | verisql package spec to install (e.g. 'verisql==0.3.0'). Default: latest. | no | verisql |
Outputs
no outputs