README.md
May 6, 2023 ยท View on GitHub
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
May 6, 2023 ยท View on GitHub
python3 -m venv venv
source venv/bin/activate
pip install -r requirements.txt
Try running the following commands: