dbt (data build tool) helps analysts write reliable, modular code using a workflow that closely mirrors software development.
A dbt project primarily consists of "models". These models are SQL select
statements that filter, aggregate, and otherwise transform data to facilitate analytics. Analysts use dbt to aggregate pageviews into sessions, calculate ad spend ROI, or report on email campaign performance.
These models frequently build on top of one another. Fortunately, dbt makes it easy to manage relationships between models, test your assumptions, and visualize your projects.
Still reading? Check out the docs for more information.
- What is dbt?
- Read the dbt viewpoint
- Installation
- Join the chat on Slack for live questions and support.
service | development | master |
---|---|---|
CircleCI | ||
AppVeyor |
Everyone interacting in the dbt project's codebases, issue trackers, chat rooms, and mailing lists is expected to follow the PyPA Code of Conduct.