--- id: apache-airflow-providers-opsgenie version: "5.10.4" license: Apache-2.0 license_treatment: permissive maintenance: active --- # apache-airflow-providers-opsgenie — Provider package apache-airflow-providers-opsgenie for Apache Airflow License: permissive · Maintenance: active · Downloads: 969.0K/mo ## 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 above — 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 pip install apache-airflow-providers-opsgenie uv add apache-airflow-providers-opsgenie poetry add apache-airflow-providers-opsgenie ## Installing 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_current - Install friction: low - Maintenance: active - Downloads: 969.0K/month (top 5,000 on PyPI) - Known vulnerabilities: none known ## Tags airflow opsgenie integration, airflow alerting opsgenie, airflow incident management, opsgenie provider airflow, airflow workflow notifications, airflow monitoring alerts, opsgenie airflow operator, airflow-provider, incident-management, workflow-integration [View on SkillFed](https://skillfed.io/packages/apache-airflow-providers-opsgenie) · [View on PyPI](https://pypi.org/project/apache-airflow-providers-opsgenie/)