Trino

apache-airflow-providers-trino

Trino

Works with Airflow 2.11+
Install:
pip install apache-airflow-providers-trino==6.5.0

Airflow

2.11+

Python

>=3.10

Dependencies (6)

Show all Hide apache-airflow>=2.11.0 apache-airflow-providers-common-compat>=1.12.0 apache-airflow-providers-common-sql>=1.32.0 pandas>=2.1.2; python_version <"3.13" pandas>=2.2.3; python_version >="3.13" trino>=0.319.0

Connections (1)

Modules

H

TrinoHook

Interact with Trino through trino package.

airflow.providers.trino.hooks.trino.TrinoHook
T

GCSToTrinoOperator

Loads a csv file from Google Cloud Storage into a Trino table.

airflow.providers.trino.transfers.gcs_to_trino.GCSToTrinoOperator