dbt Command Examples

A tool to model transformations in data warehouses. More information: https://github.com/dbt-labs/dbt-core.

dbt debug

dbt run

dbt test --select example_model

dbt build --select example_model+

dbt build --exclude "tag:not_now"

dbt build --select "tag:one,tag:two"

dbt build --select "tag:one tag:two"