skillfed

apache-airflow-providers-opsgenie

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

apache-airflow-providers-opsgenie v5.10.4 969.0K downloads/30d#4,614 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 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-opsgenie

uv

uv add apache-airflow-providers-opsgenie

poetry

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

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 opsgenie integrationairflow alerting opsgenieairflow incident managementopsgenie provider airflowairflow workflow notificationsairflow monitoring alertsopsgenie airflow operator
airflow-providerincident-managementworkflow-integration

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

Integrates PagerDuty incident management with…

permissive · top 5,000 on PyPI

opsgenie-sdk

Python client library for the Opsgenie REST…

permissive · top 5,000 on PyPI

apache-airflow-providers-datadog

Integrates Apache Airflow with Datadog for…

permissive · top 5,000 on PyPI

apache-airflow-providers-apprise

Integrates Apprise notification delivery into…

permissive · top 15,000 on PyPI

apache-airflow-providers-discord

Integrates Discord messaging into Apache…

permissive · top 15,000 on PyPI

apache-airflow-providers-asana

Integrates Apache Airflow with Asana, enabling…

permissive · top 15,000 on PyPI

apache-airflow-providers-segment

Integrates Apache Airflow with Segment for…

permissive · top 15,000 on PyPI

apache-airflow-providers-jenkins

Integrates Jenkins CI/CD systems into Apache…

permissive · top 15,000 on PyPI

apache-airflow-providers-zendesk

Provides operators and hooks to integrate…

permissive · top 15,000 on PyPI

apache-airflow-providers-sendgrid

Integrates SendGrid email delivery into Apache…

permissive · top 15,000 on PyPI