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 run

Same as build but skips SQL unit tests and audits. Useful for fast iteration when you only want to materialize models.

Usage

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

Flags

FlagDescription
--no-sql-validationSkip compile-time SQL syntax validation
--defer-toResolve unselected model references against another environment
--full-refreshDrop and rebuild all selected models from scratch
--fail-fastStop on first failure and skip remaining nodes
--concurrencyNumber of worker connections (default: 1)
--verbose, -vShow lifecycle SQL inline after each model
--start-cursor-tsOverride start cursor for timestamp incremental models (ISO format)
--end-cursor-tsOverride end cursor for timestamp incremental models (ISO format)
--start-cursor-intOverride start cursor for integer incremental models
--end-cursor-intOverride end cursor for integer incremental models
--select, -sSelect specific models
--excludeExclude specific models