--no-sql-analysis | Disable compile-time SQL analysis (--no-sql-validation is an alias) |
--no-cache | Bypass the reusable compile-analysis cache for this invocation |
--changes-only | Virtual mode only: show work not already bound to its expected VDE version |
--no-python | Exclude read-side Python tasks and assets from the plan |
--defer-to | Resolve unselected model references against another target |
--json | Output the plan as JSON |
--full-refresh | Plan a full rebuild for selected models unless a model sets full_refresh false; full_refresh true forces a model without this flag |
--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 |