How to run specific data models

Yorgos Koliopoulos  
Edited

There are cases where you might want to run a specific data model from those you have installed. This can be achieved using the --select flag with your dbt command.

For example, to build just the Unified package, you can run dbt build --select snowplow_unified.

You can find more details about the different options in dbt commands in the documentation page here.