--- id: apache-airflow-providers-discord version: "3.12.3" license: Apache-2.0 license_treatment: permissive maintenance: active --- # apache-airflow-providers-discord — Provider package apache-airflow-providers-discord for Apache Airflow License: permissive · Maintenance: active · Downloads: 108.6K/mo ## 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 above — 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 pip install apache-airflow-providers-discord uv add apache-airflow-providers-discord 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_current - Install friction: low - Maintenance: active - Downloads: 108.6K/month (top 15,000 on PyPI) - Known vulnerabilities: none known ## Tags airflow discord notifications, send messages to discord from airflow, airflow discord provider, discord integration airflow, airflow task alerts discord, discord webhook airflow, airflow-provider, notifications, workflow-integration [View on SkillFed](https://skillfed.io/packages/apache-airflow-providers-discord) · [View on PyPI](https://pypi.org/project/apache-airflow-providers-discord/)