skillfed

apache-airflow-providers-telegram

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

apache-airflow-providers-telegram v4.9.6 244.1K downloads/30d#8,764 on PyPI46,490
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 with Telegram messaging. It wraps the python-telegram-bot library to expose Telegram functionality as Airflow operators and hooks, allowing DAGs to send notifications, alerts, and messages to Telegram channels or direct chats as part of task execution or error handling.

The package is part of the official Airflow provider ecosystem and is maintained alongside Apache Airflow itself. It depends on apache-airflow (>=2.11.0), apache-airflow-providers-common-compat (>=1.10.1), and python-telegram-bot (>=20.2). It supports Python 3.10 through 3.14 and is classified as production-stable.

Use it for:

  • Send task completion or failure alerts to a Telegram channel when Airflow DAG tasks finish
  • Notify on-call teams of workflow errors or SLA breaches via direct Telegram messages
  • Log workflow milestones or data pipeline checkpoints to a Telegram group for visibility
  • Integrate Airflow monitoring with team communication by posting scheduled reports to Telegram

Worth the install?

AI-flagged interpretation of the facts on this page — verify before relying

Integrates Apache Airflow with Telegram to send notifications and messages from Airflow workflows via the Telegram Bot API.

Yes, if you run Apache Airflow and need Telegram notifications. The package is actively maintained, has no known vulnerabilities, low install friction, and integrates cleanly with Airflow's provider architecture. It is production-stable and suitable for adding Telegram alerting to existing workflows.

Install

apache-airflow-providers-telegram on PyPI

pip

pip install apache-airflow-providers-telegram

uv

uv add apache-airflow-providers-telegram

poetry

poetry add apache-airflow-providers-telegram

Installing apache-airflow-providers-telegram

Before you install

Low install friction; pure Python wheel. Maintained actively with recent release 6 days ago. Requires Apache Airflow >=2.11.0 and python-telegram-bot >=20.2.

License in practice

Licensed under Apache License 2.0 (permissive), allowing use in commercial and private projects with minimal restrictions.

Quickstart

pip install apache-airflow-providers-telegram

from airflow.providers.telegram.operators.telegram import TelegramOperator
from airflow import DAG

with DAG('example') as dag:
    TelegramOperator(task_id='notify', text='Hello')

Requires an existing Apache Airflow installation (>=2.11.0) and a valid Telegram bot token configured in Airflow connections.

Verify before relying

  • Specific Telegram operator classes and their method signatures available in version 4.9.6
  • Whether the provider supports both text messages and rich media (photos, documents, etc.)
  • Configuration details for Airflow connection setup with Telegram credentials

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, python-telegram-bot
Maintenance actively maintained — 6 days since the last release
Last repo commit
First released
Downloads 244,076/month — #8,764 on PyPI (30-day window, as of 2026-08-14)
Known vulnerabilities none known (OSV.dev, checked 2026-08-14)

Evidence: apache_airflow_providers_telegram-4.9.6-py3-none-any.whl

Keywords: airflow-provider, telegram, 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 telegram notificationssend telegram messages from airflowairflow telegram providerworkflow telegram alertsairflow telegram integrationtelegram bot airflow operator
airflow-providerworkflow-notificationstelegram-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-discord

Integrates Discord messaging into Apache…

permissive · top 15,000 on PyPI

apache-airflow-providers-datadog

Integrates Apache Airflow with Datadog for…

permissive · top 5,000 on PyPI

KangelPluginsManager

Manages and distributes plugins for exteraGram…

permissive · top 15,000 on PyPI

apache-airflow-providers-smtp

Adds SMTP email sending capabilities to Apache…

permissive · top 5,000 on PyPI

notifiers

Notifiers provides a unified interface to send…

permissive · top 15,000 on PyPI

apache-airflow-providers-slack

Integrates Apache Airflow with Slack, enabling…

permissive · top 5,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-opsgenie

Integrates Apache Airflow with Opsgenie to send…

permissive · top 5,000 on PyPI

apache-airflow-providers-akeyless

Integrates Akeyless Vault Platform with Apache…

permissive · top 15,000 on PyPI