skillfed

apache-airflow-providers-exasol

Provider package apache-airflow-providers-exasol for Apache Airflow

apache-airflow-providers-exasol v4.10.5 316.6K downloads/30d#7,674 on PyPI46,490
Permissive license Apache-2.0 Active released

What it is and what it does

This is an Apache Airflow provider package that adds Exasol database support to Airflow workflows. It bridges Airflow's task orchestration with Exasol's distributed SQL engine, allowing you to define, schedule, and monitor data operations against Exasol clusters as part of larger data pipelines.

The package depends on apache-airflow, pyexasol for native Exasol connectivity, pandas for data manipulation, and common Airflow provider libraries for SQL and compatibility abstractions. It supports Python 3.10, 3.11, 3.12, 3.13, and 3.14, and requires Airflow >=2.11.0. An optional sqlalchemy extra is available for additional SQL toolkit integration.

Use it for:

  • Schedule and run SQL queries against Exasol in Airflow DAGs as part of ETL workflows
  • Load data from external sources into Exasol tables on a schedule
  • Extract data from Exasol and pass it downstream to other Airflow tasks
  • Monitor Exasol query execution and data pipeline health within Airflow's UI
  • Orchestrate multi-step analytics workloads that include Exasol transformations

Worth the install?

AI-flagged interpretation of the facts on this page — verify before relying

Integrates Exasol database with Apache Airflow, providing operators and hooks to query, load, and manage data in Exasol clusters from Airflow workflows.

Yes, if you run Airflow and need to integrate Exasol into your data pipelines. The package is actively maintained, has no known vulnerabilities, installs with low friction, and carries a permissive Apache license. Install only if you have Airflow >=2.11.0 already running and an Exasol cluster to connect to.

Install

apache-airflow-providers-exasol on PyPI

pip

pip install apache-airflow-providers-exasol

uv

uv add apache-airflow-providers-exasol

poetry

poetry add apache-airflow-providers-exasol

Installing apache-airflow-providers-exasol

Before you install

Low friction install as a wheel. Maintained actively with a recent release. Requires Apache Airflow >=2.11.0 and depends on pyexasol, pandas, and common Airflow provider libraries.

License in practice

Apache-2.0 license is permissive; you can use, modify, and distribute this package freely in commercial and private projects with minimal restrictions.

Quickstart

pip install apache-airflow-providers-exasol

from airflow.providers.exasol import operators
from airflow import DAG

with DAG('exasol_example') as dag:
    task = operators.ExasolOperator(
        task_id='query_exasol',
        exasol_conn_id='exasol_default'
    )

Requires Apache Airflow >=2.11.0 and an Exasol cluster with network connectivity from your Airflow environment.

Verify before relying

  • Specific operators and hooks provided beyond basic SQL execution
  • Whether sqlalchemy extra is required for typical workflows or optional
  • Data transfer performance characteristics or volume limits
  • Example DAG code and typical usage patterns

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, pyexasol, pandas
Maintenance actively maintained — 6 days since the last release
Last repo commit
First released
Downloads 316,586/month — #7,674 on PyPI (30-day window, as of 2026-08-14)
Known vulnerabilities none known (OSV.dev, checked 2026-08-14)

Evidence: apache_airflow_providers_exasol-4.10.5-py3-none-any.whl

Keywords: airflow-provider, exasol, airflow, integration

Development Status :: 5 - Production/StableEnvironment :: ConsoleEnvironment :: Web EnvironmentFramework :: Apache AirflowFramework :: Apache Airflow :: ProviderIntended Audience :: DevelopersIntended Audience :: System AdministratorsProgramming Language :: Python :: 3.10Programming Language :: Python :: 3.11Programming Language :: Python :: 3.12Programming Language :: Python :: 3.13Programming Language :: Python :: 3.14Topic :: System :: Monitoring

Tags

airflow exasol providerexasol database integration airflowairflow exasol operatorexasol sql tasks airflowexasol data pipelineairflow exasol connectionexasol airflow provider
airflow-providerexasol-integrationdata-orchestration

More Monitoring packages

tqdm

Wraps any iterable to display a real-time…

copyleft · top 100 on PyPI

opentelemetry-semantic-conventions

Provides generated Python code for…

permissive · top 100 on PyPI

opentelemetry-sdk

Provides the reference implementation of the…

permissive · top 100 on PyPI

opentelemetry-api

Provides the abstract API and interfaces for…

permissive · top 100 on PyPI

opentelemetry-exporter-otlp-proto-http

Exports OpenTelemetry observability data to an…

permissive · top 1,000 on PyPI

opentelemetry-instrumentation

Provides automatic instrumentation commands and…

permissive · top 1,000 on PyPI

apache-airflow-providers-salesforce

Integrates Salesforce data operations into…

permissive · top 5,000 on PyPI

apache-airflow-providers-presto

Integrates Presto query execution into Apache…

permissive · top 15,000 on PyPI

apache-airflow-providers-apache-impala

Integrates Apache Impala with Apache Airflow,…

permissive · top 5,000 on PyPI

apache-airflow-providers-microsoft-mssql

Integrates Microsoft SQL Server (MSSQL) with…

permissive · top 5,000 on PyPI

apache-airflow-providers-apache-hive

Integrates Apache Hive with Apache Airflow,…

permissive · top 15,000 on PyPI

pyexasol

PyExasol is the official Python connector for…

permissive · top 5,000 on PyPI

apache-airflow-providers-oracle

Integrates Apache Airflow with Oracle…

permissive · top 5,000 on PyPI

apache-airflow-providers-common-sql

Provides common SQL operators, hooks, and…

permissive · top 1,000 on PyPI

apache-airflow-providers-trino

Integrates Apache Airflow with Trino, enabling…

permissive · top 15,000 on PyPI

exasol-integration-test-docker-environment

Provides a CLI and Python API to start and…

permissive · top 15,000 on PyPI