dbt compile
Compiles (but does not run) the models in a project
Options
Name | Description |
---|---|
--profiles-dir <directory> | Set the profiles directory |
--profile <name> | Select the profile to use |
--target <Target profile> | The target profile |
--vars <Variable values> | Variable values to override dbt_project.yml |
--threads <THREADS> | Number of concurrent database jobs |
--select <Select subset...> | Select subset of models |
--exclude <Exclude subset...> | Exclude subset of models |
--bypass-cache | Bypass the cache |
--selector <YAML selector file name...> | This flag specifies one or more named selectors, defined in a <selector name>.yml file |
--defer | Defer |