Skip to content

Latest commit

 

History

History
22 lines (13 loc) · 402 Bytes

README.md

File metadata and controls

22 lines (13 loc) · 402 Bytes

dbt

A data build tool

installation

From the root directory of this repository,

› python setup.py develop

use

Create a dbt_project.yml file in the root of your source tree following sample.dbt_project.yml.

dbt compile to generate runnable SQL from model files

dbt run to run model files on the current run-target database

dbt clean to clear compiled files