skillfed

apache-airflow-providers-github

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

apache-airflow-providers-github v2.11.3 488.6K downloads/30d#6,377 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 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-github

uv

uv add apache-airflow-providers-github

poetry

poetry add apache-airflow-providers-github

Installing 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

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 github integrationgithub operators airflowairflow github providergithub workflow automationairflow github tasksgithub api airfloworchestrate github actions
airflow-providergithub-integrationworkflow-orchestration

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-apache-flink

Provides Apache Airflow integration for Apache…

permissive · top 15,000 on PyPI

PyGithub

PyGithub provides Python access to the GitHub…

copyleft · top 1,000 on PyPI

apache-airflow-providers-asana

Integrates Apache Airflow with Asana, enabling…

permissive · top 15,000 on PyPI

apache-airflow-providers-standard

Provides standard operators, hooks, and sensors…

permissive · top 5,000 on PyPI

apache-airflow-providers-neo4j

Integrates Neo4j graph database operations into…

permissive · top 15,000 on PyPI

apache-airflow-providers-openfaas

Integrates OpenFaaS serverless functions into…

permissive · top 15,000 on PyPI

apache-airflow-providers-zendesk

Provides operators and hooks to integrate…

permissive · top 15,000 on PyPI

apache-airflow-providers-cloudant

Provides Apache Airflow operators and hooks to…

permissive · top 15,000 on PyPI

apache-airflow-providers-apache-pig

Integrates Apache Pig with Apache Airflow,…

permissive · top 15,000 on PyPI

apache-airflow-providers-yandex

Provides Apache Airflow integration with…

permissive · top 15,000 on PyPI