Skip to content

Latest commit

 

History

History
32 lines (21 loc) · 544 Bytes

File metadata and controls

32 lines (21 loc) · 544 Bytes

dbt demo

View Article

Demo for the article Build an Efficient Data Pipeline: Is dbt the Key?

Set up

  • Create a virtual environment
python3 -m venv venv
source venv/bin/activate
  • Install requirements:
pip install -r requirements.txt

Try it out

Try running the following commands:

  • dbt run
  • dbt test