sqb fix
Applies only lint fixes SQLBuild can prove equivalent. Findings that require author intent remain unchanged and reported.sqb format for canonical presentation changes.Documentation Index
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
Apply proven-safe native SQL lint fixes.
sqb fix [flags]
| Flag | Description |
|---|---|
--check | Report whether fixes are needed without writing |
--diff | Print the proposed diff without writing |
--json | Print structured results |
--select, -s | Fix selected models |
--select-file | Read selectors from a file |
--exclude | Exclude models from the selected scope |
sqb fix --diff
sqb fix --check
sqb fix --select path:models/marts
sqb format for canonical presentation changes.