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 dbt
Orchestrate dbt and SQLBuild together. Each subcommand runs dbt first, then SQLBuild, with selection logic that works across both project graphs. See dbt Interop for concepts and selection behavior.sqb dbt plan
Preview combined dbt and SQLBuild work without executing.sqb dbt run
Run dbt models first, then SQLBuild models.sqb dbt build
Build dbt models first (including dbt tests), then SQLBuild models with audits.sqb dbt test
Run dbt tests first, then SQLBuild unit tests and audits for selected models.test_type:data and test_type:unit selectors are mapped: test_type:data runs SQLBuild audits, test_type:unit runs SQLBuild unit tests. Without a test type selector, both run.
sqb dbt debug
Run dbt diagnostics followed by SQLBuild diagnostics.Selectors
Allsqb dbt commands accept --select and --exclude. Selectors work across both dbt and SQLBuild:
Configuration
Configure the dbt project location insqlbuild_project.toml:

