--changes-only | Skip models, seeds, audits, and Python nodes that are already current; build only stale work |
--no-tests | Skip SQL unit tests |
--no-audits | Skip audits |
--no-python | Skip read-side Python tasks and assets (loader-side Python still runs for selected sources) |
--no-sql-validation | Skip compile-time SQL syntax validation |
--full-refresh | Drop and rebuild all selected models from scratch |
--defer-to | Resolve unselected model references against another target |
--defer-sources-to | Read managed source data from another target |
--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 |
--load | Explicitly load managed sources before building |
--no-load | Skip automatic source loading |
--reload | Reload managed sources (passes is_reload=True to loaders) |
--include-stale-upstreams | Expand selection to include stale upstream models needed for coherence |
--manifest | Generate target/manifest.json with plan-aware project metadata |
--select, -s | Select specific models |
--exclude | Exclude specific models |