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 run
Same asbuild but skips SQL unit tests and audits. Useful for fast iteration when you only want to materialize models.
Usage
Flags
| Flag | Description |
|---|---|
--no-sql-validation | Skip compile-time SQL syntax validation |
--defer-to | Resolve unselected model references against another environment |
--full-refresh | Drop and rebuild all selected models from scratch |
--fail-fast | Stop on first failure and skip remaining nodes |
--concurrency | Number of worker connections (default: 1) |
--verbose, -v | Show lifecycle SQL inline after each model |
--start-cursor-ts | Override start cursor for timestamp incremental models (ISO format) |
--end-cursor-ts | Override end cursor for timestamp incremental models (ISO format) |
--start-cursor-int | Override start cursor for integer incremental models |
--end-cursor-int | Override end cursor for integer incremental models |
--select, -s | Select specific models |
--exclude | Exclude specific models |

