apache-airflow-providers-slack
Provider package apache-airflow-providers-slack for Apache Airflow
What it is and what it does
This is an Apache Airflow provider package that bridges Airflow workflows and Slack. It adds operators and hooks that let DAG tasks send messages to Slack channels, either through the Slack API directly or via incoming webhooks. The package wraps slack-sdk and handles the integration plumbing, so you can add a single task to your workflow to notify a channel when a job completes, fails, or reaches a milestone.
The package is part of Airflow's official provider ecosystem and is actively maintained. It depends on Apache Airflow >=2.11.0, slack-sdk >=3.36.0, and async utilities (aiohttp, asgiref). It supports Python 3.10 through 3.14 and is classified as production-stable. Installation is straightforward via pip on top of an existing Airflow setup.
Use it for:
- Send task completion or failure notifications to a Slack channel as part of a DAG workflow.
- Alert on-call teams immediately when a critical data pipeline fails or requires manual intervention.
- Post workflow summaries or metrics to Slack after batch jobs finish, keeping stakeholders informed.
- Integrate Slack notifications into multi-step orchestration so alerts reach the right channel automatically.
- Use incoming webhooks to send lightweight notifications without managing Slack API tokens in Airflow.
Worth the install?
AI-flagged interpretation of the facts on this page — verify before relying
Integrates Apache Airflow with Slack, enabling workflows to send messages and notifications to Slack channels via the Slack API and incoming webhooks.
Yes, if you run Apache Airflow and need to notify Slack channels from your workflows. The package is production-stable, actively maintained, has no known vulnerabilities, and low install friction. It is the standard way to add Slack integration to Airflow DAGs. Install it only if you have Airflow >=2.11.0 already running and a Slack workspace to connect to.
Install
apache-airflow-providers-slack on PyPI
pip
pip install apache-airflow-providers-slackuv
uv add apache-airflow-providers-slackpoetry
poetry add apache-airflow-providers-slackInstalling apache-airflow-providers-slack
Before you install
Low install friction; pure Python wheel. Requires Apache Airflow >=2.11.0 and six runtime dependencies including slack-sdk, aiohttp, and asgiref. Actively maintained with recent releases and no known vulnerabilities.
License in practice
Licensed under Apache-2.0 (permissive). Safe for commercial and private use with minimal restrictions; attribution required.
Quickstart
pip install apache-airflow-providers-slack
from airflow.providers.slack.operators.slack_webhook import SlackWebhookOperator
from airflow import DAG
with DAG('example') as dag:
task = SlackWebhookOperator(
task_id='notify_slack',
http_conn_id='slack_webhook',
message='Workflow complete'
)
Requires Apache Airflow >=2.11.0 to be installed first; Slack webhook URL or API token must be configured in Airflow connections.
Verify before relying
- Whether the package supports custom Slack app scopes or only webhook/API token authentication.
- Performance characteristics when sending high-volume notifications or handling rate limits.
- Whether thread replies, message formatting (blocks), or file uploads are supported.
Package facts
| License | Apache-2.0 (permissive) |
| Python support | supports the current Python release (>=3.10) |
| Install friction | low — pure-Python wheel |
| Runtime dependencies | 6 — apache-airflow, apache-airflow-providers-common-compat, apache-airflow-providers-common-sql, slack-sdk, aiohttp, asgiref |
| Maintenance | actively maintained — 53 days since the last release |
| Last repo commit | |
| First released | |
| Downloads | 10,576,884/month — #1,445 on PyPI (30-day window, as of 2026-08-14) |
| Known vulnerabilities | none known (OSV.dev, checked 2026-08-14) |
Evidence: apache_airflow_providers_slack-9.10.2-py3-none-any.whl
Keywords: airflow-provider, slack, 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-discordIntegrates Discord messaging into Apache…
permissive · top 15,000 on PyPI
slackwebSends messages to Slack channels via incoming…
permissive · top 15,000 on PyPI
slack-sdkProvides Python bindings for Slack's Web API,…
permissive · top 1,000 on PyPI
apache-airflow-providers-githubProvides GitHub integration operators and hooks…
permissive · top 15,000 on PyPI
slackclientProvides Python interfaces to Slack's Web API…
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-httpProvides HTTP operators, hooks, and sensors for…
permissive · top 1,000 on PyPI
slack-discovery-sdkProvides Python bindings to Slack's Discovery…
unclear · top 15,000 on PyPI
apache-airflow-providers-appriseIntegrates Apprise notification delivery into…
permissive · top 15,000 on PyPI
apache-airflow-providers-datadogIntegrates Apache Airflow with Datadog for…
permissive · top 5,000 on PyPI