Install dbt

Teradata Developer Guides

ft:locale
en-US
ft:lastEdition
2026-08-18
  1. 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
    
  2. 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
  1. Install dbt-teradata and dbt-core:

    uv pip install dbt-teradata dbt-core