Skip to main content

1 min

This is the collection of my notes on learning data build tool (dbt).

Contents #

Introduction #

dbt is a transformation workflow that helps to modularize and centralize the analytics code. We can collaborate on data models, version them, and test and document queries before deploy to production with monitoring and visibility.

dbt

dbt Core #

Installation #

dbt Core is an open-sourced project which developed from command line.