apache-airflow-providers-trino
Provider package apache-airflow-providers-trino for Apache Airflow
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-trinouv
uv add apache-airflow-providers-trinopoetry
poetry add apache-airflow-providers-trinoInstalling 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
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-databricksIntegrates Apache Airflow with Databricks,…
permissive · top 1,000 on PyPI
apache-airflow-providers-prestoIntegrates Presto query execution into Apache…
permissive · top 15,000 on PyPI
apache-airflow-providers-salesforceIntegrates Salesforce data operations into…
permissive · top 5,000 on PyPI
apache-airflow-providers-mysqlIntegrates Apache Airflow with MySQL databases,…
permissive · top 5,000 on PyPI
apache-airflow-providers-dbt-cloudIntegrates dbt Cloud with Apache Airflow,…
permissive · top 5,000 on PyPI
apache-airflow-providers-oracleIntegrates Apache Airflow with Oracle…
permissive · top 5,000 on PyPI
apache-airflow-providers-exasolIntegrates Exasol database with Apache Airflow,…
permissive · top 15,000 on PyPI
apache-airflow-providers-microsoft-azureIntegrates Apache Airflow with Microsoft Azure…
permissive · top 5,000 on PyPI
apache-airflow-providers-ftpProvides FTP integration for Apache Airflow,…
permissive · top 5,000 on PyPI
apache-airflow-providers-apache-beamIntegrates Apache Beam data processing…
permissive · top 15,000 on PyPI