0 purchases
apacheairflowproviderstrino 5.8.0
Package apache-airflow-providers-trino
Release: 5.8.0
Trino
Provider package
This is a provider package for trino provider. All classes for this provider package
are in airflow.providers.trino python package.
You can find package information and changelog for the provider
in the documentation.
Installation
You can install this package on top of an existing Airflow 2 installation (see Requirements below
for the minimum Airflow version supported) via
pip install apache-airflow-providers-trino
The package supports the following python versions: 3.8,3.9,3.10,3.11,3.12
Requirements
PIP package
Version required
apache-airflow
>=2.8.0
apache-airflow-providers-common-sql
>=1.3.1
pandas
>=2.1.2,<2.2; python_version >= "3.9"
pandas
>=1.5.3,<2.2; python_version < "3.9"
trino
>=0.318.0
Cross provider package dependencies
Those are dependencies that might be needed in order to use all the features of the package.
You need to install the specified provider packages in order to use them.
You can install such cross-provider dependencies when installing from PyPI. For example:
pip install apache-airflow-providers-trino[common.sql]
Dependent package
Extra
apache-airflow-providers-common-sql
common.sql
apache-airflow-providers-google
google
apache-airflow-providers-openlineage
openlineage
The changelog for the provider package can be found in the
changelog.
For personal and professional use. You cannot resell or redistribute these repositories in their original state.
There are no reviews.