apache-airflow-providers-opsgenie
Provider package apache-airflow-providers-opsgenie for Apache Airflow
What it is and what it does
This is an Apache Airflow provider package that bridges Airflow workflows with Opsgenie, Atlassian's incident management platform. It enables Airflow DAGs to send alerts and notifications to Opsgenie, allowing you to route workflow failures and custom events into your incident management system. The package is built on top of the opsgenie-sdk and integrates with Airflow's operator and hook framework.
The package is actively maintained as part of the Apache Airflow ecosystem, supports Python 3.10 through 3.14, and requires Apache Airflow >=2.11.0. It installs as a pure Python wheel with low friction and depends on apache-airflow, apache-airflow-providers-common-compat, and opsgenie-sdk. No known security vulnerabilities are recorded.
Use it for:
- Send Airflow task failure alerts to Opsgenie to trigger incident response workflows.
- Route custom workflow events and metrics to Opsgenie for centralized alerting.
- Integrate Airflow monitoring into an existing Opsgenie-based on-call rotation.
- Automate incident creation in Opsgenie when specific DAG conditions are met.
- Combine Airflow orchestration with Opsgenie escalation policies for critical jobs.
Worth the install?
AI-flagged interpretation of the facts on this page — verify before relying
Integrates Apache Airflow with Opsgenie to send alerts and notifications from Airflow workflows to Opsgenie incident management.
Yes. This is a production-stable, actively maintained provider package with low install friction and no known vulnerabilities. Install it if you run Apache Airflow and use Opsgenie for incident management and want to integrate workflow alerts into your on-call system. The Apache 2.0 license poses no restrictions.
Install
apache-airflow-providers-opsgenie on PyPI
pip
pip install apache-airflow-providers-opsgenieuv
uv add apache-airflow-providers-opsgeniepoetry
poetry add apache-airflow-providers-opsgenieInstalling apache-airflow-providers-opsgenie
Before you install
Low install friction; pure Python wheel. Actively maintained with recent release (68 days old). Requires Apache Airflow >=2.11.0 and opsgenie-sdk >=2.1.5 as runtime dependencies.
License in practice
Apache License 2.0 (permissive) — you may use, modify, and distribute this package freely in commercial and open-source projects with minimal restrictions.
Quickstart
pip install apache-airflow-providers-opsgenie
from airflow.providers.opsgenie.operators.opsgenie import OpsgenieAlertOperator
task = OpsgenieAlertOperator(
task_id='send_alert',
message='Workflow alert',
conn_id='opsgenie_default'
)
Requires an existing Apache Airflow installation (>=2.11.0) and Opsgenie API credentials configured in Airflow connections.
Verify before relying
- Specific operator and hook classes available in this version beyond basic alert sending.
- Whether the package supports Opsgenie features like escalation policies, on-call schedules, or custom fields.
- Integration with Airflow's sensor framework for monitoring Opsgenie incidents.
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, opsgenie-sdk |
| Maintenance | actively maintained — 68 days since the last release |
| Last repo commit | |
| First released | |
| Downloads | 969,022/month — #4,614 on PyPI (30-day window, as of 2026-08-14) |
| Known vulnerabilities | none known (OSV.dev, checked 2026-08-14) |
Evidence: apache_airflow_providers_opsgenie-5.10.4-py3-none-any.whl
Keywords: airflow-provider, opsgenie, 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-pagerdutyIntegrates PagerDuty incident management with…
permissive · top 5,000 on PyPI
opsgenie-sdkPython client library for the Opsgenie REST…
permissive · top 5,000 on PyPI
apache-airflow-providers-datadogIntegrates Apache Airflow with Datadog for…
permissive · top 5,000 on PyPI
apache-airflow-providers-appriseIntegrates Apprise notification delivery into…
permissive · top 15,000 on PyPI
apache-airflow-providers-discordIntegrates Discord messaging into Apache…
permissive · top 15,000 on PyPI
apache-airflow-providers-asanaIntegrates Apache Airflow with Asana, enabling…
permissive · top 15,000 on PyPI
apache-airflow-providers-segmentIntegrates Apache Airflow with Segment for…
permissive · top 15,000 on PyPI
apache-airflow-providers-jenkinsIntegrates Jenkins CI/CD systems into Apache…
permissive · top 15,000 on PyPI
apache-airflow-providers-zendeskProvides operators and hooks to integrate…
permissive · top 15,000 on PyPI
apache-airflow-providers-sendgridIntegrates SendGrid email delivery into Apache…
permissive · top 15,000 on PyPI