apache-airflow-providers-teradata
Provider package apache-airflow-providers-teradata for Apache Airflow
What it is and what it does
This is an Apache Airflow provider package that adds Teradata database support to Airflow workflows. It supplies operators, hooks, and connection types that allow you to build data pipelines that query, load, or manage data in Teradata systems as part of your DAG tasks. The package wraps teradatasql and teradatasqlalchemy drivers and integrates with Airflow's common SQL provider framework.
You install it alongside an existing Airflow deployment (>=2.11.0) and configure Teradata connections through Airflow's UI or environment. Once configured, you can use Teradata operators in your DAGs to execute SQL, manage data movement, or orchestrate Teradata-dependent workflows. It supports Python 3.10 through 3.14 and is actively maintained by the Apache Airflow project.
Use it for:
- Schedule and monitor recurring SQL queries or stored procedures against Teradata as part of a larger data pipeline.
- Load data from external sources into Teradata tables on a scheduled basis using Airflow task orchestration.
- Build multi-step ETL workflows where Teradata is one of several data sources or destinations.
- Trigger Teradata operations conditionally based on upstream task results or external events in an Airflow DAG.
- Integrate Teradata data operations with cloud storage (AWS S3, Azure Blob) using optional cross-provider dependencies.
Worth the install?
AI-flagged interpretation of the facts on this page — verify before relying
Integrates Apache Airflow with Teradata databases, providing operators, hooks, and connection management for building data pipelines that interact with Teradata.
Yes. Install this if you are running Apache Airflow and need to orchestrate Teradata database operations. The package is actively maintained, has no known vulnerabilities, carries a permissive Apache-2.0 license, and integrates cleanly with Airflow's provider ecosystem. Verify that your Airflow version meets the >=2.11.0 requirement and that you have Teradata JDBC drivers available in your environment.
Install
apache-airflow-providers-teradata on PyPI
pip
pip install apache-airflow-providers-teradatauv
uv add apache-airflow-providers-teradatapoetry
poetry add apache-airflow-providers-teradataInstalling apache-airflow-providers-teradata
Before you install
Low friction installation as a pure-Python wheel. Active maintenance with a release 6 days old. Depends on apache-airflow (>=2.11.0) and Teradata-specific drivers (teradatasql, teradatasqlalchemy); ensure your Airflow environment meets the minimum version.
License in practice
Apache-2.0 permissive license allows commercial and private use with minimal restrictions; suitable for most enterprise and open-source projects.
Quickstart
pip install apache-airflow-providers-teradata
from airflow.providers.teradata.operators.teradata import TeradataOperator
from airflow import DAG
with DAG('my_teradata_dag') as dag:
task = TeradataOperator(
task_id='query_teradata',
sql='SELECT * FROM my_table',
teradata_conn_id='teradata_default'
)
Requires apache-airflow >=2.11.0 and Python >=3.10; Teradata JDBC drivers (teradatasql >=17.20.0.28, teradatasqlalchemy >=17.20.0.0) must be installed and a Teradata connection configured in Airflow.
Verify before relying
- Whether the package includes specific operators beyond generic SQL execution (e.g., bulk load, export utilities).
- Performance characteristics and connection pooling behavior under high-volume DAG execution.
- Support for Teradata-specific authentication methods beyond standard SQL connection strings.
Package facts
| License | Apache-2.0 (permissive) |
| Python support | supports the current Python release (>=3.10) |
| Install friction | low — pure-Python wheel |
| Runtime dependencies | 5 — apache-airflow, apache-airflow-providers-common-compat, apache-airflow-providers-common-sql, teradatasqlalchemy, teradatasql |
| Maintenance | actively maintained — 6 days since the last release |
| Last repo commit | |
| First released | |
| Downloads | 471,866/month — #6,476 on PyPI (30-day window, as of 2026-08-14) |
| Known vulnerabilities | none known (OSV.dev, checked 2026-08-14) |
Evidence: apache_airflow_providers_teradata-3.6.2-py3-none-any.whl
Keywords: airflow-provider, teradata, airflow, integration
Tags
More Monitoring packages
Wraps any iterable to display a real-time…
copyleft · top 100 on PyPI
opentelemetry-semantic-conventionsProvides generated Python code for…
permissive · top 100 on PyPI
opentelemetry-sdkProvides the reference implementation of the…
permissive · top 100 on PyPI
opentelemetry-apiProvides the abstract API and interfaces for…
permissive · top 100 on PyPI
opentelemetry-exporter-otlp-proto-httpExports OpenTelemetry observability data to an…
permissive · top 1,000 on PyPI
opentelemetry-instrumentationProvides automatic instrumentation commands and…
permissive · top 1,000 on PyPI
apache-airflow-providers-postgresIntegrates PostgreSQL databases with Apache…
permissive · top 5,000 on PyPI
apache-airflow-providers-mysqlIntegrates Apache Airflow with MySQL databases,…
permissive · top 5,000 on PyPI
apache-airflow-providers-verticaIntegrates Vertica database connectivity into…
permissive · top 15,000 on PyPI
apache-airflow-providers-common-sqlProvides common SQL operators, hooks, and…
permissive · top 1,000 on PyPI
apache-airflow-providers-databricksIntegrates Apache Airflow with Databricks,…
permissive · top 1,000 on PyPI
teradatamodelopsTeradata ModelOps Client provides a CLI and SDK…
unclear · top 15,000 on PyPI
apache-airflow-providers-neo4jIntegrates Neo4j graph database operations into…
permissive · top 15,000 on PyPI
apache-airflow-providers-sqliteIntegrates SQLite databases with Apache Airflow…
permissive · top 5,000 on PyPI
teradatamlteradataml provides Python access to analytic…
unclear · top 15,000 on PyPI
teradataProvides Python bindings to execute SQL scripts…
permissive · top 15,000 on PyPI