Introduction
Tags and selectors help you run only parts of your dbt project. This saves time and focuses on what you need.
You want to test just one feature or model without running everything.
You fixed a bug in a few models and want to rebuild only those.
You want to run models related to a specific business area.
You want to speed up development by running a small subset.
You want to run models tagged as 'nightly' only during off-hours.