ensure you have python 3.9 installed If not
- install asdf https://asdf-vm.com/guide/getting-started.html#_1-install-dependencies
asdf plugin add python
asdf install python 3.9.10
asdf local 3.9.10
- ensure this command works
python --version
navigate to dbt_transformations
python -m venv .venv
source .venv/bin/activate
pip install dbt-bigquery
dbt init
dbt debug
You should see all green!- for next step,
cd ..
From the repository base . . .
dbt run --project-dir dbt_transforms
dbt test --project-dir dbt_transforms
- Learn more about dbt in the docs
- Check out Discourse for commonly asked questions and answers
- Join the chat on Slack for live discussions and support
- Find dbt events near you
- Check out the blog for the latest news on dbt's development and best practices