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 plan
Shows the execution plan without making any changes. Useful for inspecting change detection, backfill policies, and selector scope before building.Usage
Flags
| Flag | Description |
|---|---|
--no-sql-validation | Skip compile-time SQL syntax validation |
--defer-to | Resolve unselected model references against another environment |
--json | Output the plan as JSON |
--full-refresh | Plan a full rebuild of all selected models |
--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 |

