dbt
Transform data in your warehouse with SQL
dbt transforms data in your warehouse using SQL. Write SELECT statements, and dbt handles dependencies, testing, and documentation—software engineering practices applied to analytics code. Version control for transformations. Tests ensure data quality. Documentation generates automatically from code. Data teams treat dbt as essential because it brought engineering discipline to analytics workflows that used to be undocumented SQL scripts.


