-
Clone the tutorial repository and change into the project directory:
git clone https://github.com/Teradata/jaffle_shop-dev.git jaffle_shop cd jaffle_shop -
Create and activate a new Python virtual environment to manage dbt and its dependencies.
Run in Powershell:
uv venv .venv
.venv\Scripts\activate
uv venv .venv
source .venv/bin/activate
uv venv .venv
source .venv/bin/activate
-
Install
dbt-teradataanddbt-core:uv pip install dbt-teradata dbt-core