Prerequisites

Teradata Developer Guides

ft:locale
en-US
ft:lastEdition
2026-08-18
  • Access to a Teradata instance, version 17.10 or higher.

Note

If you need a test instance of Teradata, you can provision one for free at https://www.teradata.com/try

  • Python 3.10, 3.11, or 3.12 installed.
  • uv installed. To install uv on Linux, WSL, or macOS, run:
curl -LsSf https://astral.sh/uv/install.sh | sh

Restart the terminal and verify the installation:

uv --version