Welcome to your new dbt project!
- Setup a local python environment.
python -m venv .venv
-
Activate the environment.
- Windows:
.venv\Scripts\activate
- POSIX (Linux/MacOS):
source .venv/bin/activate
- Windows:
-
Install dependencies.
pip install -r requirements.txt
- Install dbt dependencies:
dbt deps
Try running the following commands:
- dbt run
- dbt test
- 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