How do I run one model at a time?
To run one model, use the --select
flag (or -s
flag), followed by the name of the model:
$ dbt run --select customers
Check out the model selection syntax documentation for more operators and examples.
0
To run one model, use the --select
flag (or -s
flag), followed by the name of the model:
$ dbt run --select customers
Check out the model selection syntax documentation for more operators and examples.