https://github.com/sungchun12/dbt-works
Library of dbt challenges overcome
https://github.com/sungchun12/dbt-works
Last synced: 8 months ago
JSON representation
Library of dbt challenges overcome
- Host: GitHub
- URL: https://github.com/sungchun12/dbt-works
- Owner: sungchun12
- License: apache-2.0
- Created: 2021-06-01T14:53:57.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2021-10-27T13:32:30.000Z (almost 4 years ago)
- Last Synced: 2025-01-08T17:22:14.927Z (9 months ago)
- Size: 26.4 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# dbt-works
Library of dbt challenges overcome
```bash
# setup python virtual environment locally
python -m venv py_venv
source py_venv/bin/activate
pip install --upgrade pip
pip install -r requirements.txt
``````bash
# set the profiles directory in an environment variable, so debug points to the right files
export DBT_PROFILES_DIR=$(pwd)dbt debug
```