Welcome to the dbt workshop!
To create and activate a virtual environment use the following commands:
- sudo apt-get update # if you use a Google Cloud Workstation
- sudo apt-get install python3.10-venv # if you use a Google Cloud Workstation
- python -m venv .venv
- source .venv/bin/activate
Please use the following commands to install the project dependencies:
- pip install -r requirements.txt
Try running the following commands:
- make run
- make doc
- make duck_dev
- 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