Demo project setup

Teradata Developer Guides

ft:locale
en-US
ft:lastEdition
2026-08-18
  1. Clone the tutorial repository and cd into the project directory:

    git clone https://github.com/Teradata/teddy_retailers_dbt-dev teddy_retailers
    cd teddy_retailers
    
  2. Create a new Python virtual environment and install dbt and its dependencies:

    uv venv .venv
    uv pip install dbt-teradata dbt-core
    
  3. Install the project's dependencies dbt-utils and teradata-utils. This can be done through the following command:

    uv run dbt deps