Selecting subsets: unions and graph operators

Beyond plain --select model_name, dbt accepts: model+ (model and descendants), +model (model and ancestors), @model (model + ancestors + descendants of ancestors), tag:revenue, path:models/marts, and unions of any of these separated by spaces.

In this lesson you will combine selectors to rebuild exactly the slice of the project that changed.

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