data-wrangling / cli
dbt Core
Capability: dbt Core
Use it when
- manage warehouse SQL transformations as versioned tested models
- need lineage, incremental models, documentation, and data tests around analytics SQL
What it solves
Not the fit when
- does not extract source data or operate the warehouse
Install
pip install dbt-core
Invoke
Define versioned SQL models and tests, configure an adapter profile, then run dbt build.
Alternatives
No reviewed alternatives recorded yet.