skillfed

apache-airflow-providers-apache-iceberg

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

apache-airflow-providers-apache-iceberg v2.0.3 1.6M downloads/30d#3,718 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 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-iceberg

uv

uv add apache-airflow-providers-apache-iceberg

poetry

poetry add apache-airflow-providers-apache-iceberg

Installing 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

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 iceberg integrationiceberg operators airflowapache iceberg providerorchestrate iceberg tablesairflow data lake tasksiceberg airflow hooksdata pipeline iceberg
airflow-providerdata-orchestrationiceberg

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-zendesk

Provides operators and hooks to integrate…

permissive · top 15,000 on PyPI

pyiceberg

PyIceberg provides programmatic access to…

permissive · top 1,000 on PyPI

pyiceberg-core

Provides a Rust-powered core implementation for…

permissive · top 5,000 on PyPI

apache-airflow-providers-standard

Provides standard operators, hooks, and sensors…

permissive · top 5,000 on PyPI

apache-airflow-providers-apache-pinot

Integrates Apache Pinot with Apache Airflow,…

permissive · top 15,000 on PyPI

apache-airflow-providers-arangodb

Integrates ArangoDB with Apache Airflow,…

permissive · top 15,000 on PyPI

apache-airflow-providers-tableau

Integrates Tableau with Apache Airflow,…

permissive · top 5,000 on PyPI

apache-airflow-providers-cloudant

Provides Apache Airflow operators and hooks to…

permissive · top 15,000 on PyPI

apache-airflow-providers-neo4j

Integrates Neo4j graph database operations into…

permissive · top 15,000 on PyPI

bauplan

Bauplan is a CLI and SDK for interacting with a…

permissive · top 15,000 on PyPI