Content¶
Guides
References
Resources
Commits
Commits
apache-airflow-providers-apache-impala¶This is a provider package for apache.impala provider. All classes for this provider package
are in airflow.providers.apache.impala python package.
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-apache-impala
The minimum Apache Airflow version supported by this provider package is 2.4.0.
PIP package |
Version required |
|---|---|
|
|
|
|
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-apache-impala[common.sql]
Dependent package |
Extra |
|---|---|
|
You can download officially released packages and verify their checksums and signatures from the Official Apache Download site
The apache-airflow-providers-apache-impala 1.1.1 sdist package (asc, sha512)
The apache-airflow-providers-apache-impala 1.1.1 wheel package (asc, sha512)
Note
This release dropped support for Python 3.7
Add note about dropping Python 3.7 for kafka and impala (#32017)
Note
This release of provider is only available for Airflow 2.4+ as explained in the Apache Airflow providers support policy.
Bump minimum Airflow version in providers (#30917)
Initial version of the provider.