Skip to content
/ dbt Public
forked from dbt-labs/dbt-core

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

License

Notifications You must be signed in to change notification settings

shooka/dbt

This branch is 165 commits behind dbt-labs/dbt-core:dev/kiyoshi-kuromiya.

Folders and files

NameName
Last commit message
Last commit date
Sep 11, 2020
Jun 22, 2020
Nov 13, 2020
Oct 27, 2020
Jun 19, 2020
Feb 28, 2019
Nov 3, 2020
Nov 13, 2020
Nov 12, 2020
Aug 18, 2020
Oct 21, 2020
Feb 26, 2020
Sep 11, 2020
Nov 13, 2020
Jun 25, 2020
Oct 29, 2020
Jan 3, 2019
Sep 17, 2020
Jun 19, 2020
Sep 13, 2019
Jul 15, 2020
Feb 27, 2018
Jul 31, 2020
Sep 17, 2020
Oct 21, 2019
Jul 31, 2020
Oct 21, 2019
Oct 21, 2020
Jul 30, 2020
Jul 28, 2020

Repository files navigation

dbt logo

Code Climate CircleCI AppVeyor Slack

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

dbt is the T in ELT. Organize, cleanse, denormalize, filter, rename, and pre-aggregate the raw data in your warehouse so that it's ready for analysis.

dbt architecture

dbt can be used to aggregate pageviews into sessions, calculate ad spend ROI, or report on email campaign performance.

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

Find out more

Join thousands of analysts in 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) enables data analysts and engineers to transform their data using the same practices that software engineers use to build applications.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Python 63.8%
  • HTML 36.0%
  • Shell 0.1%
  • Dockerfile 0.1%
  • Roff 0.0%
  • Makefile 0.0%