-
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 -
Create a new Python virtual environment and install dbt and its dependencies:
uv venv .venv uv pip install dbt-teradata dbt-core -
Install the project's dependencies
dbt-utilsandteradata-utils. This can be done through the following command:uv run dbt deps