skillfed

apache-airflow-providers-trino

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

apache-airflow-providers-trino v6.6.1 727.5K downloads/30d#5,216 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 bridges Airflow's workflow orchestration engine with Trino, a distributed SQL query engine. It supplies operators, hooks, and connection management to let you define Airflow DAG tasks that execute Trino queries, retrieve results, and integrate Trino operations into larger data pipelines. The package depends on apache-airflow, apache-airflow-providers-common-sql for shared SQL abstractions, pandas for data handling, and the trino client library itself.

You install it on top of an existing Airflow deployment to gain Trino-specific task types and connection handling. It supports Python 3.10 through 3.14 and requires Airflow 2.11.0 or later. The package is actively maintained by the Apache Airflow project, with optional integrations available for Google Cloud and OpenLineage if you need cross-provider orchestration or data lineage tracking.

Use it for:

  • Schedule recurring Trino SQL queries as part of an Airflow DAG to transform or aggregate data.
  • Build multi-step data pipelines that query Trino, process results with pandas, and feed downstream tasks.
  • Orchestrate Trino-based ETL workflows with dependency management, retry logic, and monitoring.
  • Integrate Trino queries with Google Cloud services using optional google provider extras.
  • Track data lineage through Trino operations when using the openlineage optional integration.

Worth the install?

AI-flagged interpretation of the facts on this page — verify before relying

Integrates Apache Airflow with Trino, enabling Airflow DAGs to execute queries and manage Trino connections as part of data pipeline orchestration.

Yes, if you run Apache Airflow and need to orchestrate Trino queries. The package is production-stable, actively maintained, has low install friction, and carries a permissive license. Verify your Airflow version meets >=2.11.0 and Python is >=3.10 before installing. No known security vulnerabilities.

Install

apache-airflow-providers-trino on PyPI

pip

pip install apache-airflow-providers-trino

uv

uv add apache-airflow-providers-trino

poetry

poetry add apache-airflow-providers-trino

Installing apache-airflow-providers-trino

Before you install

Low install friction with a pure-Python wheel. Actively maintained—released 6 days ago with recent commits. Requires Apache Airflow >=2.11.0 and modern Python (3.10+); verify your Airflow version meets the minimum before installing.

License in practice

Apache-2.0 permissive license allows commercial use, modification, and distribution with minimal restrictions; suitable for most production and proprietary environments.

Quickstart

pip install apache-airflow-providers-trino

from airflow.providers.trino.operators.trino import TrinoOperator
from airflow import DAG

with DAG('my_dag') as dag:
    task = TrinoOperator(
        task_id='query_trino',
        sql='SELECT * FROM my_table',
        trino_conn_id='trino_default'
    )

Requires Apache Airflow >=2.11.0 and Python >=3.10 to be already installed; Trino >=0.319.0 must be available as a connection target.

Verify before relying

  • Whether the package includes hooks, sensors, or transfer operators beyond basic query execution.
  • Support for Trino-specific features like iceberg tables or federated queries.
  • Whether optional extras (google, openlineage) are commonly used in production workflows.

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, pandas, trino
Maintenance actively maintained — 6 days since the last release
Last repo commit
First released
Downloads 727,546/month — #5,216 on PyPI (30-day window, as of 2026-08-14)
Known vulnerabilities none known (OSV.dev, checked 2026-08-14)

Evidence: apache_airflow_providers_trino-6.6.1-py3-none-any.whl

Keywords: airflow-provider, trino, 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 trino providertrino integration airflowairflow sql query executiondata pipeline orchestration trinoairflow database connectortrino operator airflowairflow workflow scheduling
airflow-providerdata-orchestrationsql-integration

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

Integrates Apache Airflow with Databricks,…

permissive · top 1,000 on PyPI

apache-airflow-providers-presto

Integrates Presto query execution into Apache…

permissive · top 15,000 on PyPI

apache-airflow-providers-salesforce

Integrates Salesforce data operations into…

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-dbt-cloud

Integrates dbt Cloud with Apache Airflow,…

permissive · top 5,000 on PyPI

apache-airflow-providers-oracle

Integrates Apache Airflow with Oracle…

permissive · top 5,000 on PyPI

apache-airflow-providers-exasol

Integrates Exasol database with Apache Airflow,…

permissive · top 15,000 on PyPI

apache-airflow-providers-microsoft-azure

Integrates Apache Airflow with Microsoft Azure…

permissive · top 5,000 on PyPI

apache-airflow-providers-ftp

Provides FTP integration for Apache Airflow,…

permissive · top 5,000 on PyPI

apache-airflow-providers-apache-beam

Integrates Apache Beam data processing…

permissive · top 15,000 on PyPI