Skip to main content

Documentation Index

Fetch the complete documentation index at: https://docs.sqlbuild.com/llms.txt

Use this file to discover all available pages before exploring further.

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 environment
--select, -sSelect audits attached to specific models
--excludeExclude audits attached to specific models

Examples

# Run all audits
sqb --project-dir examples/waffle_shop audit

# Run audits for marts only
sqb --project-dir examples/waffle_shop audit --select path:marts