skillfed

apache-airflow-providers-discord

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

apache-airflow-providers-discord v3.12.3 108.6K downloads/30d#12,549 on PyPI46,491
Permissive license Apache-2.0 Active released

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

uv

uv add apache-airflow-providers-discord

poetry

poetry add apache-airflow-providers-discord

Installing 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

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 discord notificationssend messages to discord from airflowairflow discord providerdiscord integration airflowairflow task alerts discorddiscord webhook airflow
airflow-providernotificationsworkflow-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-apprise

Integrates Apprise notification delivery into…

permissive · top 15,000 on PyPI

apache-airflow-providers-dingding

Integrates Apache Airflow with DingTalk,…

permissive · top 15,000 on PyPI

apache-airflow-providers-pagerduty

Integrates PagerDuty incident management with…

permissive · top 5,000 on PyPI

apache-airflow-providers-slack

Integrates Apache Airflow with Slack, enabling…

permissive · top 5,000 on PyPI

apache-airflow-providers-telegram

Integrates Apache Airflow with Telegram to send…

permissive · top 15,000 on PyPI

apache-airflow-providers-sendgrid

Integrates SendGrid email delivery into Apache…

permissive · top 15,000 on PyPI

apache-airflow-providers-datadog

Integrates Apache Airflow with Datadog for…

permissive · top 5,000 on PyPI

apache-airflow-providers-opsgenie

Integrates Apache Airflow with Opsgenie to send…

permissive · top 5,000 on PyPI

airflow-code-editor

Browser-based editor and file manager for…

permissive · top 15,000 on PyPI

apache-airflow-providers-smtp

Adds SMTP email sending capabilities to Apache…

permissive · top 5,000 on PyPI