apache-airflow-providers-pagerduty
Provider package apache-airflow-providers-pagerduty for Apache Airflow
What it is and what it does
This is an Apache Airflow provider package that bridges Airflow DAGs and PagerDuty's incident management platform. It supplies operators, hooks, and connection types that let you programmatically create incidents, trigger alerts, and manage on-call escalations directly from your Airflow workflows. The package wraps the pagerduty Python client and integrates with Airflow's HTTP provider for API communication.
Typical use is to attach PagerDuty tasks to your DAG as failure handlers, success notifications, or scheduled incident creation. It requires Apache Airflow >=2.11.0, the pagerduty client library >=2.3.0, and Airflow's HTTP provider. The package is actively maintained, supports Python 3.10 through 3.14, and carries no known security vulnerabilities.
Use it for:
- Trigger a PagerDuty incident when an Airflow DAG fails, escalating to the on-call engineer.
- Create scheduled maintenance incidents in PagerDuty from an Airflow workflow.
- Send alert notifications to PagerDuty when a data pipeline completes or encounters warnings.
- Integrate Airflow monitoring with PagerDuty's incident response workflow and runbooks.
- Automate incident acknowledgment or resolution based on Airflow task outcomes.
Worth the install?
AI-flagged interpretation of the facts on this page — verify before relying
Integrates PagerDuty incident management with Apache Airflow workflows, enabling DAGs to trigger alerts, create incidents, and manage on-call notifications.
Yes. This is a production-stable, actively maintained provider for a common integration need. Install friction is low, dependencies are standard Airflow ecosystem packages, and there are no known vulnerabilities. Install it if you run Airflow and need to route alerts or incidents to PagerDuty; skip it if you don't use PagerDuty or don't need Airflow-to-PagerDuty automation.
Install
apache-airflow-providers-pagerduty on PyPI
pip
pip install apache-airflow-providers-pagerdutyuv
uv add apache-airflow-providers-pagerdutypoetry
poetry add apache-airflow-providers-pagerdutyInstalling apache-airflow-providers-pagerduty
Before you install
Low friction install as a pure Python wheel. Actively maintained with recent releases; requires Apache Airflow >=2.11.0 and pagerduty >=2.3.0 as runtime dependencies.
License in practice
Apache License 2.0 (permissive) — you can use, modify, and distribute this package freely in commercial and private projects with minimal restrictions.
Quickstart
pip install apache-airflow-providers-pagerduty
from airflow.providers.pagerduty.operators.pagerduty import PagerDutyOperator
task = PagerDutyOperator(
task_id='trigger_incident',
pagerduty_conn_id='pagerduty_default',
# operator-specific parameters
)
Requires an existing Apache Airflow >=2.11.0 installation and a configured PagerDuty API connection in Airflow.
Verify before relying
- Specific operator and hook classes available in this version
- Whether PagerDuty API authentication methods are documented
- Support for PagerDuty event routing and escalation policies
Package facts
| License | Apache-2.0 (permissive) |
| Python support | supports the current Python release (>=3.10) |
| Install friction | low — pure-Python wheel |
| Runtime dependencies | 4 — apache-airflow, apache-airflow-providers-common-compat, apache-airflow-providers-http, pagerduty |
| Maintenance | actively maintained — 68 days since the last release |
| Last repo commit | |
| First released | |
| Downloads | 1,124,612/month — #4,330 on PyPI (30-day window, as of 2026-08-14) |
| Known vulnerabilities | none known (OSV.dev, checked 2026-08-14) |
Evidence: apache_airflow_providers_pagerduty-5.2.6-py3-none-any.whl
Keywords: airflow-provider, pagerduty, 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-discordIntegrates Discord messaging into Apache…
permissive · top 15,000 on PyPI
apache-airflow-providers-opsgenieIntegrates Apache Airflow with Opsgenie to send…
permissive · top 5,000 on PyPI
apache-airflow-providers-datadogIntegrates Apache Airflow with Datadog for…
permissive · top 5,000 on PyPI
apache-airflow-providers-dingdingIntegrates Apache Airflow with DingTalk,…
permissive · top 15,000 on PyPI
pypdA Python client for PagerDuty's v2 API that…
permissive · top 15,000 on PyPI
apache-airflow-providers-segmentIntegrates Apache Airflow with Segment for…
permissive · top 15,000 on PyPI
pygerdutyPygerduty is a Python client library for…
permissive · top 15,000 on PyPI
apache-airflow-providers-appriseIntegrates Apprise notification delivery into…
permissive · top 15,000 on PyPI
apache-airflowApache Airflow is a platform for…
permissive · top 1,000 on PyPI
pdpyrasA REST API client library for PagerDuty that…
permissive · top 5,000 on PyPI