apache-airflow-providers-discord
Provider package apache-airflow-providers-discord for Apache Airflow
What it is and what it does
This is an Apache Airflow provider package that adds Discord integration capabilities to Airflow workflows. It extends Airflow with classes and operators in the airflow.providers.discord namespace to enable DAGs to send messages and notifications to Discord channels. The package requires apache-airflow >=2.11.0 and depends on apache-airflow-providers-http and apache-airflow-providers-common-compat to function.
The package is designed for developers and system administrators who run Airflow workflows and want to route task notifications, alerts, or custom messages to Discord. It integrates with Airflow's native notification and operator systems, allowing Discord messaging to be wired into DAG execution logic. The package is production-stable, actively maintained, and supports Python 3.10 through 3.14.
Use it for:
- Send task failure alerts to a Discord channel when Airflow DAG tasks fail or retry
- Post workflow completion summaries or status updates to Discord after DAG runs finish
- Route custom notifications from within task code to Discord for real-time monitoring
- Integrate Discord as a notification backend for Airflow's alerting and callback system
Worth the install?
AI-flagged interpretation of the facts on this page — verify before relying
Integrates Discord messaging into Apache Airflow workflows, enabling DAGs to send notifications to Discord channels.
Yes, if you run Apache Airflow and want Discord notifications. The package is production-stable, actively maintained, has no known vulnerabilities, low install friction, and a permissive license. Install it alongside your Airflow instance and the required companion providers.
Install
apache-airflow-providers-discord on PyPI
pip
pip install apache-airflow-providers-discorduv
uv add apache-airflow-providers-discordpoetry
poetry add apache-airflow-providers-discordInstalling apache-airflow-providers-discord
Before you install
Low install friction; pure Python wheel. Requires apache-airflow >=2.11.0 and two companion providers. Actively maintained with recent releases.
License in practice
Apache-2.0 permissive license allows commercial use, modification, and distribution with minimal restrictions.
Quickstart
pip install apache-airflow-providers-discord
from airflow.providers.discord.operators import DiscordWebhookOperator
task = DiscordWebhookOperator(discord_conn_id='discord_default', message='Task complete')
Requires apache-airflow >=2.11.0 and Python >=3.10; Discord webhook URL must be configured in Airflow connections.
Verify before relying
- What specific operators or classes are available in airflow.providers.discord for sending messages
- Whether the package supports message formatting, embeds, or only plain text notifications
- How authentication to Discord (tokens, webhooks) is configured within Airflow
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, apache-airflow-providers-http |
| Maintenance | actively maintained — 95 days since the last release |
| Last repo commit | |
| First released | |
| Downloads | 108,634/month — #12,549 on PyPI (30-day window, as of 2026-08-14) |
| Known vulnerabilities | none known (OSV.dev, checked 2026-08-14) |
Evidence: apache_airflow_providers_discord-3.12.3-py3-none-any.whl
Keywords: airflow-provider, discord, 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-appriseIntegrates Apprise notification delivery into…
permissive · top 15,000 on PyPI
apache-airflow-providers-dingdingIntegrates Apache Airflow with DingTalk,…
permissive · top 15,000 on PyPI
apache-airflow-providers-pagerdutyIntegrates PagerDuty incident management with…
permissive · top 5,000 on PyPI
apache-airflow-providers-slackIntegrates Apache Airflow with Slack, enabling…
permissive · top 5,000 on PyPI
apache-airflow-providers-telegramIntegrates Apache Airflow with Telegram to send…
permissive · top 15,000 on PyPI
apache-airflow-providers-sendgridIntegrates SendGrid email delivery into Apache…
permissive · top 15,000 on PyPI
apache-airflow-providers-datadogIntegrates Apache Airflow with Datadog for…
permissive · top 5,000 on PyPI
apache-airflow-providers-opsgenieIntegrates Apache Airflow with Opsgenie to send…
permissive · top 5,000 on PyPI
airflow-code-editorBrowser-based editor and file manager for…
permissive · top 15,000 on PyPI
apache-airflow-providers-smtpAdds SMTP email sending capabilities to Apache…
permissive · top 5,000 on PyPI