Selecting Models

dbt run --select model_name builds a single model. Selectors get powerful with operators: model+ runs the model and all its downstream descendants; +model runs everything upstream; tag:foo selects models tagged "foo".

In this lesson you will practise narrow and graph-based selection so you can rebuild only the part of the project you are working on.

Loading the interactive tutorial… If this message stays, please enable JavaScript.