Github

apache-airflow-providers-github

GitHub

Works with Airflow 2.11+
Install:
pip install apache-airflow-providers-github==2.11.0

Airflow

2.11+

Python

>=3.10

Dependencies (3)

Show all Hide apache-airflow>=2.11.0 apache-airflow-providers-common-compat>=1.10.1 PyGithub>=2.1.1

Connections (1)

Modules

O

GithubOperator

Interact and perform actions on GitHub API.

airflow.providers.github.operators.github.GithubOperator
H

GithubHook

Interact with GitHub.

airflow.providers.github.hooks.github.GithubHook
S

GithubSensor

Base GithubSensor which can monitor for any change.

airflow.providers.github.sensors.github.GithubSensor
S

GithubTagSensor

Monitor a github tag for its creation.

airflow.providers.github.sensors.github.GithubTagSensor