dbt run
Runs the models in a project
Options
Name | Description |
---|---|
--full-refresh | Treat incremental models as table models |
-x, --fail-fast | Exit immediately if a single model fails to build |
--use-colors | Default value -- colorize run logs |
--no-use-colors | Disable log colorizing |
--profiles-dir <directory> | Set the profiles directory |
--profile <name> | Select the profile to use |
--target <Target profile> | The target profile |
--vars <variables> | Variable values to override dbt_project.yml |
--threads <threads> | Number of concurrent database jobs |
-s, --select <subset...> | Select subset of models |
--exclude <subset...> | Exclude subset of models |
--bypass-cache | Bypass the cache |