skillfed

apache-airflow-providers-slack

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

apache-airflow-providers-slack v9.10.2 10.6M downloads/30d#1,445 on PyPI46,489
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 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-slack

uv

uv add apache-airflow-providers-slack

poetry

poetry add apache-airflow-providers-slack

Installing 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

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 slack integrationsend slack messages from airflowairflow slack notificationsslack webhook airflowairflow slack providerslack api airflowairflow workflow slack alerts
airflow-providerworkflow-integrationslack-notifications

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

Integrates Discord messaging into Apache…

permissive · top 15,000 on PyPI

slackweb

Sends messages to Slack channels via incoming…

permissive · top 15,000 on PyPI

slack-sdk

Provides Python bindings for Slack's Web API,…

permissive · top 1,000 on PyPI

apache-airflow-providers-github

Provides GitHub integration operators and hooks…

permissive · top 15,000 on PyPI

slackclient

Provides Python interfaces to Slack's Web API…

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

Provides HTTP operators, hooks, and sensors for…

permissive · top 1,000 on PyPI

slack-discovery-sdk

Provides Python bindings to Slack's Discovery…

unclear · top 15,000 on PyPI

apache-airflow-providers-apprise

Integrates Apprise notification delivery into…

permissive · top 15,000 on PyPI

apache-airflow-providers-datadog

Integrates Apache Airflow with Datadog for…

permissive · top 5,000 on PyPI