skillfed

apache-airflow-providers-teradata

Provider package apache-airflow-providers-teradata for Apache Airflow

apache-airflow-providers-teradata v3.6.2 471.9K downloads/30d#6,476 on PyPI46,490
Permissive license Apache-2.0 Active released

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-teradata

uv

uv add apache-airflow-providers-teradata

poetry

poetry add apache-airflow-providers-teradata

Installing 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

Development Status :: 5 - Production/StableEnvironment :: ConsoleEnvironment :: Web EnvironmentFramework :: Apache AirflowFramework :: Apache Airflow :: ProviderIntended Audience :: DevelopersIntended Audience :: System AdministratorsProgramming Language :: Python :: 3.10Programming Language :: Python :: 3.11Programming Language :: Python :: 3.12Programming Language :: Python :: 3.13Programming Language :: Python :: 3.14Topic :: System :: Monitoring

Tags

airflow teradata integrationteradata operator airflowairflow teradata connectionteradata sql airflowairflow teradata providerteradata dag tasksairflow database provider
airflow-providerteradata-integrationdata-orchestration

More Monitoring packages

tqdm

Wraps any iterable to display a real-time…

copyleft · top 100 on PyPI

opentelemetry-semantic-conventions

Provides generated Python code for…

permissive · top 100 on PyPI

opentelemetry-sdk

Provides the reference implementation of the…

permissive · top 100 on PyPI

opentelemetry-api

Provides the abstract API and interfaces for…

permissive · top 100 on PyPI

opentelemetry-exporter-otlp-proto-http

Exports OpenTelemetry observability data to an…

permissive · top 1,000 on PyPI

opentelemetry-instrumentation

Provides automatic instrumentation commands and…

permissive · top 1,000 on PyPI

apache-airflow-providers-postgres

Integrates PostgreSQL databases with Apache…

permissive · top 5,000 on PyPI

apache-airflow-providers-mysql

Integrates Apache Airflow with MySQL databases,…

permissive · top 5,000 on PyPI

apache-airflow-providers-vertica

Integrates Vertica database connectivity into…

permissive · top 15,000 on PyPI

apache-airflow-providers-common-sql

Provides common SQL operators, hooks, and…

permissive · top 1,000 on PyPI

apache-airflow-providers-databricks

Integrates Apache Airflow with Databricks,…

permissive · top 1,000 on PyPI

teradatamodelops

Teradata ModelOps Client provides a CLI and SDK…

unclear · top 15,000 on PyPI

apache-airflow-providers-neo4j

Integrates Neo4j graph database operations into…

permissive · top 15,000 on PyPI

apache-airflow-providers-sqlite

Integrates SQLite databases with Apache Airflow…

permissive · top 5,000 on PyPI

teradataml

teradataml provides Python access to analytic…

unclear · top 15,000 on PyPI

teradata

Provides Python bindings to execute SQL scripts…

permissive · top 15,000 on PyPI