Skip to main content

sqb audit

Runs all attached audits without rebuilding models. Useful for verifying data quality on existing warehouse state.

Usage

sqb --project-dir <path> audit [flags]

Flags

FlagDescription
--no-sql-validationSkip compile-time SQL syntax validation
--defer-toResolve model references against another target
--select, -sSelect audits attached to specific models
--excludeExclude audits attached to specific models

Examples

# Run all audits
sqb audit

# Run audits for marts only
sqb audit --select path:marts