A data build tool
From the root directory of this repository,
› python setup.py develop
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