gsf / dbt

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

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.

dbt dag


Getting Started


The dbt ecosystem

  • Visualize your dbt graph here
  • Run your dbt projects on a schedule here

Code Climate Slack

Testing

service development master
CircleCI CircleCI CircleCI
AppVeyor AppVeyor AppVeyor

Coverage

Code of Conduct

Everyone interacting in the dbt project's codebases, issue trackers, chat rooms, and mailing lists is expected to follow the PyPA 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 99.7%Language:Makefile 0.1%Language:Shell 0.1%Language:Dockerfile 0.0%