Presto

apache-airflow-providers-presto

Presto

Works with Airflow 2.11+
Install:
pip install apache-airflow-providers-presto==5.11.0

Airflow

2.11+

Python

>=3.10

Dependencies (8)

Show all Hide apache-airflow>=2.11.0 apache-airflow-providers-common-compat>=1.12.0 apache-airflow-providers-common-sql>=1.32.0 presto-python-client>=0.8.4 pandas>=2.1.2; python_version <"3.13" pandas>=2.2.3; python_version >="3.13" psycopg2-binary>=2.9.9; python_version < "3.13" psycopg2-binary>=2.9.10; python_version >= "3.13"

Connections (1)

Modules

H

PrestoHook

Interact with Presto through prestodb.

airflow.providers.presto.hooks.presto.PrestoHook
T

GCSToPrestoOperator

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

airflow.providers.presto.transfers.gcs_to_presto.GCSToPrestoOperator