Content¶
Guides
References
Commits
Commits
apache-airflow-providers-github
¶This is a provider package for github
provider. All classes for this provider package
are in airflow.providers.github
python package.
You can install this package on top of an existing Airflow 2 installation (see Requirements
below)
for the minimum Airflow version supported) via
pip install apache-airflow-providers-github
PIP package |
Version required |
---|---|
|
|
|
Changelog
This release of provider is only available for Airflow 2.2+ as explained in the Apache Airflow providers support policy https://github.com/apache/airflow/blob/main/README.md#support-for-providers
Remove 'GithubOperator' use in 'GithubSensor.__init__()'' (#24214)
Initial version of the provider.