apache-airflow-providers-github
Provider package apache-airflow-providers-github for Apache Airflow
What it is and what it does
This is an Apache Airflow provider package that adds GitHub integration capabilities to Airflow workflows. It supplies operators and hooks that allow Airflow DAGs to interact with GitHub repositories, issues, pull requests, and other GitHub resources as part of orchestrated data pipelines or CI/CD automation.
The package depends on apache-airflow (>=2.11.0), apache-airflow-providers-common-compat (>=1.10.1), and PyGithub (>=2.1.1) to handle GitHub API communication. It is actively maintained as part of the official Apache Airflow ecosystem, supports Python 3.10 through 3.14, and carries no known security vulnerabilities. Installation is straightforward on top of an existing Airflow setup.
Use it for:
- Trigger Airflow workflows when GitHub events occur (push, PR, issue creation) or poll repositories for changes.
- Automate GitHub operations like creating issues, updating pull requests, or managing repository settings from Airflow DAGs.
- Orchestrate CI/CD pipelines that need to coordinate GitHub actions with other data processing or deployment tasks.
- Monitor GitHub repositories and report metrics or status changes to downstream systems via Airflow.
- Sync GitHub data (commits, issues, PRs) into data warehouses or analytics platforms as part of scheduled pipelines.
Worth the install?
AI-flagged interpretation of the facts on this page — verify before relying
Provides GitHub integration operators and hooks for Apache Airflow, enabling workflows to interact with GitHub repositories, issues, pull requests, and other resources.
Yes. This is a production-stable, actively maintained Apache Airflow provider with no known vulnerabilities, permissive licensing, and low install friction. Install it if you need to integrate GitHub into Airflow workflows; skip it if you have no Airflow deployment or no GitHub integration requirements.
Install
apache-airflow-providers-github on PyPI
pip
pip install apache-airflow-providers-githubuv
uv add apache-airflow-providers-githubpoetry
poetry add apache-airflow-providers-githubInstalling apache-airflow-providers-github
Before you install
Low friction install on top of an existing Airflow deployment (>=2.11.0). Actively maintained with recent releases; the project is part of the Apache Airflow ecosystem and receives regular updates.
License in practice
Apache-2.0 permissive license allows commercial use, modification, and distribution with minimal restrictions; suitable for most organizational and open-source contexts.
Quickstart
pip install apache-airflow-providers-github
from airflow.providers.github.operators.github import GithubOperator
from airflow import DAG
with DAG('github_task') as dag:
task = GithubOperator(task_id='github_op')
Requires apache-airflow >=2.11.0 and Python >=3.10 to be already installed.
Verify before relying
- Specific list of available operators, hooks, and GitHub API operations supported by this provider version.
- Whether authentication methods (token, OAuth, SSH keys) and their setup are documented.
- Performance characteristics when working with large repositories or high-volume GitHub API calls.
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, PyGithub |
| Maintenance | actively maintained — 68 days since the last release |
| Last repo commit | |
| First released | |
| Downloads | 488,615/month — #6,377 on PyPI (30-day window, as of 2026-08-14) |
| Known vulnerabilities | none known (OSV.dev, checked 2026-08-14) |
Evidence: apache_airflow_providers_github-2.11.3-py3-none-any.whl
Keywords: airflow-provider, github, 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-apache-flinkProvides Apache Airflow integration for Apache…
permissive · top 15,000 on PyPI
PyGithubPyGithub provides Python access to the GitHub…
copyleft · top 1,000 on PyPI
apache-airflow-providers-asanaIntegrates Apache Airflow with Asana, enabling…
permissive · top 15,000 on PyPI
apache-airflow-providers-standardProvides standard operators, hooks, and sensors…
permissive · top 5,000 on PyPI
apache-airflow-providers-neo4jIntegrates Neo4j graph database operations into…
permissive · top 15,000 on PyPI
apache-airflow-providers-openfaasIntegrates OpenFaaS serverless functions into…
permissive · top 15,000 on PyPI
apache-airflow-providers-zendeskProvides operators and hooks to integrate…
permissive · top 15,000 on PyPI
apache-airflow-providers-cloudantProvides Apache Airflow operators and hooks to…
permissive · top 15,000 on PyPI
apache-airflow-providers-apache-pigIntegrates Apache Pig with Apache Airflow,…
permissive · top 15,000 on PyPI
apache-airflow-providers-yandexProvides Apache Airflow integration with…
permissive · top 15,000 on PyPI