apache-airflow-providers-apache-pig
Provider package apache-airflow-providers-apache-pig for Apache Airflow
What it is and what it does
This is an Apache Airflow provider package that adds Pig integration to Airflow's orchestration framework. It supplies operators and hooks that allow you to define and run Apache Pig scripts as tasks within Airflow DAGs, enabling Pig-based data processing to be scheduled, monitored, and coordinated alongside other Airflow tasks.
The package is part of the official Apache Airflow ecosystem and is actively maintained. It depends on apache-airflow (>=2.11.0) and apache-airflow-providers-common-compat (>=1.10.1), and supports Python 3.10 through 3.14. Installation is straightforward via pip, with no compiled dependencies in the package itself, though your Airflow environment and cluster must have Pig available to execute scripts.
Use it for:
- Schedule and monitor Apache Pig scripts as part of larger Airflow data pipelines without custom orchestration code.
- Integrate Pig-based ETL jobs with other Airflow operators (SQL, Spark, Python) in a single DAG.
- Manage dependencies and retry logic for Pig scripts using Airflow's native task scheduling and error handling.
- Orchestrate Pig jobs on Hadoop clusters from a centralized Airflow control plane.
Worth the install?
AI-flagged interpretation of the facts on this page — verify before relying
Integrates Apache Pig with Apache Airflow, providing operators and hooks to orchestrate Pig scripts as Airflow tasks within data pipelines.
Yes, if you run Pig scripts in production and use Airflow for orchestration. The package is actively maintained, has no known vulnerabilities, installs cleanly, and is permissively licensed. Install it only if you have Pig workloads to integrate; it adds no value for Airflow users who do not use Pig.
Install
apache-airflow-providers-apache-pig on PyPI
pip
pip install apache-airflow-providers-apache-piguv
uv add apache-airflow-providers-apache-pigpoetry
poetry add apache-airflow-providers-apache-pigInstalling apache-airflow-providers-apache-pig
Before you install
Low install friction with a pure-Python wheel. Actively maintained as part of the Apache Airflow ecosystem, with recent releases and no known vulnerabilities. Requires apache-airflow >=2.11.0 and apache-airflow-providers-common-compat >=1.10.1.
License in practice
Licensed under Apache License 2.0 (permissive). Safe for commercial and private use with minimal restrictions; you must retain license notices and can modify and distribute freely.
Quickstart
pip install apache-airflow-providers-apache-pig
from airflow.providers.apache.pig.operators.pig import PigOperator
from airflow import DAG
with DAG('pig_example') as dag:
pig_task = PigOperator(
task_id='run_pig_script',
pig='script.pig'
)
Requires an existing Airflow installation (>=2.11.0) and Python 3.10 or later. Pig itself must be available in your environment or cluster.
Verify before relying
- Whether Pig must be pre-installed on the target system or if the provider handles Pig runtime setup
- Supported Pig versions and any compatibility constraints with specific Hadoop distributions
Package facts
| License | Apache-2.0 (permissive) |
| Python support | supports the current Python release (>=3.10) |
| Install friction | low — pure-Python wheel |
| Runtime dependencies | 2 — apache-airflow, apache-airflow-providers-common-compat |
| Maintenance | actively maintained — 68 days since the last release |
| Last repo commit | |
| First released | |
| Downloads | 195,318/month — #9,818 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_pig-4.8.5-py3-none-any.whl
Keywords: airflow-provider, apache.pig, 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-apache-pinotIntegrates Apache Pinot with Apache Airflow,…
permissive · top 15,000 on PyPI
apache-airflow-providers-githubProvides GitHub integration operators and hooks…
permissive · top 15,000 on PyPI
apache-airflow-providers-zendeskProvides operators and hooks to integrate…
permissive · top 15,000 on PyPI
apache-airflow-providers-apache-flinkProvides Apache Airflow integration for Apache…
permissive · top 15,000 on PyPI
apache-airflow-providers-standardProvides standard operators, hooks, and sensors…
permissive · top 5,000 on PyPI
apache-airflow-providers-apache-hdfsIntegrates Apache Hadoop Distributed File…
permissive · top 15,000 on PyPI
apache-airflow-providers-neo4jIntegrates Neo4j graph database operations into…
permissive · top 15,000 on PyPI
apache-airflow-providers-anomaloProvides native Apache Airflow operators and…
permissive · top 15,000 on PyPI
apache-airflow-providers-cloudantProvides Apache Airflow operators and hooks to…
permissive · top 15,000 on PyPI
apache-airflow-providers-httpProvides HTTP operators, hooks, and sensors for…
permissive · top 1,000 on PyPI