apache-airflow-providers-apache-iceberg
Provider package apache-airflow-providers-apache-iceberg for Apache Airflow
What it is and what it does
This is an Apache Airflow provider package that bridges Airflow's orchestration framework with Apache Iceberg, a table format designed for large-scale analytics. It supplies operators and hooks that allow you to define Iceberg-related tasks within Airflow DAGs—for example, creating tables, inserting or updating data, or triggering transformations on Iceberg datasets. The package is maintained as part of the official Airflow ecosystem and depends on pyiceberg for the underlying Iceberg protocol implementation.
You install it alongside an existing Airflow deployment (version 2.11.0 or later) and import its operators into your DAG definitions. It requires Python 3.10 or later and has no known vulnerabilities. The package is actively maintained and positioned for production use, making it suitable for data teams building Airflow-orchestrated analytics pipelines that use Iceberg as their table format.
Use it for:
- Orchestrate Iceberg table creation and schema evolution as part of multi-step data pipeline DAGs
- Schedule recurring data ingestion or transformation jobs that read from or write to Iceberg tables
- Coordinate Iceberg operations across multiple data sources and downstream analytics tools in a single workflow
- Monitor and manage Iceberg table state changes as part of larger data lake orchestration
- Integrate Iceberg workloads with Airflow's scheduling, retry logic, and alerting infrastructure
Worth the install?
AI-flagged interpretation of the facts on this page — verify before relying
Integrates Apache Iceberg table format with Apache Airflow, providing operators and hooks to orchestrate Iceberg data operations within Airflow workflows.
Yes, if you run Apache Airflow and use Apache Iceberg. The package is actively maintained, has low install friction, carries a permissive license, and is backed by the Apache project. Install it when you need to orchestrate Iceberg operations within Airflow workflows; skip it if you don't use Airflow or Iceberg.
Install
apache-airflow-providers-apache-iceberg on PyPI
pip
pip install apache-airflow-providers-apache-iceberguv
uv add apache-airflow-providers-apache-icebergpoetry
poetry add apache-airflow-providers-apache-icebergInstalling apache-airflow-providers-apache-iceberg
Before you install
Low install friction; pure Python wheel with three runtime dependencies. Actively maintained with a recent release (68 days old) and backed by the Apache Airflow project's active repository.
License in practice
Apache-2.0 permissive license allows commercial and private use with minimal restrictions; suitable for most production environments.
Quickstart
pip install apache-airflow-providers-apache-iceberg
from airflow.providers.apache.iceberg.operators import IcebergOperator
# Use within an Airflow DAG to orchestrate Iceberg operations
Requires apache-airflow >=2.11.0, apache-airflow-providers-common-compat >=1.8.0, and pyiceberg >=0.8.0; Python 3.10 or later.
Verify before relying
- What specific Iceberg operations (create, insert, update, delete, merge) the operators support
- Whether the provider includes sensors for monitoring Iceberg table state or job completion
- Performance characteristics when orchestrating large-scale Iceberg workloads
Package facts
| License | Apache-2.0 (permissive) |
| Python support | supports the current Python release (>=3.10) |
| Install friction | low — pure-Python wheel |
| Runtime dependencies | 3 — apache-airflow, apache-airflow-providers-common-compat, pyiceberg |
| Maintenance | actively maintained — 68 days since the last release |
| Last repo commit | |
| First released | |
| Downloads | 1,611,773/month — #3,718 on PyPI (30-day window, as of 2026-08-14) |
| Known vulnerabilities | none known (OSV.dev, checked 2026-08-14) |
Evidence: apache_airflow_providers_apache_iceberg-2.0.3-py3-none-any.whl
Keywords: airflow-provider, apache.iceberg, airflow, integration
Tags
More Monitoring packages
Wraps any iterable to display a real-time…
copyleft · top 100 on PyPI
opentelemetry-semantic-conventionsProvides generated Python code for…
permissive · top 100 on PyPI
opentelemetry-sdkProvides the reference implementation of the…
permissive · top 100 on PyPI
opentelemetry-apiProvides the abstract API and interfaces for…
permissive · top 100 on PyPI
opentelemetry-exporter-otlp-proto-httpExports OpenTelemetry observability data to an…
permissive · top 1,000 on PyPI
opentelemetry-instrumentationProvides automatic instrumentation commands and…
permissive · top 1,000 on PyPI
apache-airflow-providers-zendeskProvides operators and hooks to integrate…
permissive · top 15,000 on PyPI
pyicebergPyIceberg provides programmatic access to…
permissive · top 1,000 on PyPI
pyiceberg-coreProvides a Rust-powered core implementation for…
permissive · top 5,000 on PyPI
apache-airflow-providers-standardProvides standard operators, hooks, and sensors…
permissive · top 5,000 on PyPI
apache-airflow-providers-apache-pinotIntegrates Apache Pinot with Apache Airflow,…
permissive · top 15,000 on PyPI
apache-airflow-providers-arangodbIntegrates ArangoDB with Apache Airflow,…
permissive · top 15,000 on PyPI
apache-airflow-providers-tableauIntegrates Tableau with Apache Airflow,…
permissive · top 5,000 on PyPI
apache-airflow-providers-cloudantProvides Apache Airflow operators and hooks to…
permissive · top 15,000 on PyPI
apache-airflow-providers-neo4jIntegrates Neo4j graph database operations into…
permissive · top 15,000 on PyPI
bauplanBauplan is a CLI and SDK for interacting with a…
permissive · top 15,000 on PyPI