jakebiesinger / dbt-core

dbt (data build tool) is a command line tool that enables data analysts and engineers to transform data in their warehouse more effectively.

Home Page:https://www.getdbt.com/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

dbt logo

CI Badge

dbt enables data analysts and engineers to transform their data using the same practices that software engineers use to build applications.

architecture

Understanding dbt

Analysts using dbt can transform their data by simply writing select statements, while dbt handles turning these statements into tables and views in a data warehouse.

These select statements, or "models", form a dbt project. Models frequently build on top of one another – dbt makes it easy to manage relationships between models, and visualize these relationships, as well as assure the quality of your transformations through testing.

dbt dag

Getting started

Join the dbt Community

Reporting bugs and contributing code

Code of Conduct

Everyone interacting in the dbt project's codebases, issue trackers, chat rooms, and mailing lists is expected to follow the dbt Code of Conduct.

About

dbt (data build tool) is a command line tool that enables data analysts and engineers to transform data in their warehouse more effectively.

https://www.getdbt.com/

License:Apache License 2.0


Languages

Language:Python 69.4%Language:HTML 29.4%Language:Rust 0.9%Language:Shell 0.1%Language:Makefile 0.1%Language:Dockerfile 0.1%Language:Batchfile 0.0%