teradata
The Teradata python module for DevOps enabled SQL scripting for Teradata UDA.
What it is and what it does
The Teradata Python Module is a library for scripting interactions with Teradata databases, emphasizing DevOps workflows by handling operational concerns like query banding, logging, and external configuration automatically. It wraps Teradata ODBC and REST Services to provide a SQL execution engine where developers write SQL and procedural logic without managing connection details themselves.
The package is now deprecated and abandoned, with the latest release on 2017-04-29. Teradata explicitly recommends using a newer implementation for new projects. The module depends on external Teradata system libraries (ODBC driver) and REST Services access, creating significant installation and maintenance friction. It carries no known security vulnerabilities but offers no ongoing support or updates.
Use it for:
- Maintaining legacy Teradata database automation scripts that were written against this module
- DevOps pipelines for Teradata that predate newer implementations and cannot be easily migrated
- Educational or historical reference for understanding older Teradata Python integration patterns
- Systems locked into older Teradata infrastructure where alternatives are not yet available
Worth the install?
AI-flagged interpretation of the facts on this page — verify before relying
Provides Python bindings to execute SQL scripts and procedural logic against Teradata databases with DevOps-focused features like query banding and logging.
No. This package is deprecated and abandoned since 2017-04-29; Teradata's own recommendation is to use a newer implementation instead. The high install friction (external ODBC and REST Services dependency), lack of maintenance, and explicit deprecation notice make this a poor choice for new projects. Only consider if maintaining legacy code that already depends on it and cannot migrate.
Install
teradata on PyPI
pip
pip install teradatauv
uv add teradatapoetry
poetry add teradataInstalling teradata
Before you install
High install friction due to external system dependencies. Package is abandoned; latest release was 2017-04-29 with no updates since. Teradata recommends migrating to a newer implementation.
License in practice
MIT license permits commercial and private use with minimal restrictions, though the abandoned status makes ongoing support unlikely.
Quickstart
pip install teradata
import teradata
# Requires connection info in udaexec.ini or environment
with teradata.UdaExec(appName='myapp') as udaexec:
for row in udaexec.execute('SELECT * FROM table'):
print(row)
Requires Teradata ODBC driver installed on system and access to Teradata REST Services; connection configuration via udaexec.ini file or environment variables needed.
Verify before relying
- Whether Teradata ODBC driver installation and configuration is straightforward on target systems
- Compatibility with modern Python versions and current Teradata database releases
- Whether REST Services access requirement is still applicable or has changed
- Migration path and effort required to move legacy code to the recommended replacement
Package facts
| License | MIT (permissive) |
| Python support | not specified |
| Install friction | high — source build required |
| Runtime dependencies | none |
| Maintenance | abandoned — 3,394 days since the last release |
| Last repo commit | |
| First released | |
| Downloads | 87,017/month — #13,821 on PyPI (30-day window, as of 2026-08-14) |
| Known vulnerabilities | none known (OSV.dev, checked 2026-08-14) |
Evidence: teradata-15.10.0.21.tar.gz
Tags
More Database packages
psycopg2-binary is a PostgreSQL database…
copyleft · top 1,000 on PyPI
redisPython client library for connecting to and…
permissive · top 1,000 on PyPI
ydbYDB Python SDK is the official client library…
permissive · top 1,000 on PyPI
snowflake-connector-pythonConnects Python applications to Snowflake data…
permissive · top 1,000 on PyPI
sqlparsesqlparse tokenizes SQL text into a tree of…
permissive · top 1,000 on PyPI
dbt-adaptersProvides base adapter protocols and shared…
permissive · top 1,000 on PyPI
teradatasqlA PEP-249 compliant Python database driver that…
unclear · top 5,000 on PyPI
teradatasqlalchemyProvides a SQLAlchemy dialect that enables…
unclear · top 5,000 on PyPI
teradatamodelopsTeradata ModelOps Client provides a CLI and SDK…
unclear · top 15,000 on PyPI
mssql-pythonA Python driver for connecting to and querying…
unclear · top 5,000 on PyPI
mssql-python-odbcProvides platform-specific Microsoft ODBC…
unclear · top 15,000 on PyPI
teradatamlteradataml provides Python access to analytic…
unclear · top 15,000 on PyPI
apache-airflow-providers-teradataIntegrates Apache Airflow with Teradata…
permissive · top 15,000 on PyPI
pyodbcpyodbc provides Python access to ODBC databases…
permissive · top 1,000 on PyPI
oracledbA Python driver for connecting to Oracle…
unclear · top 1,000 on PyPI
sqlalchemy-dremioProvides a SQLAlchemy dialect to query Dremio…
permissive · top 15,000 on PyPI