airflow.providers.github.hooks.github¶
This module allows you to connect to GitHub.
Classes¶
Interact with GitHub. |
Module Contents¶
- class airflow.providers.github.hooks.github.GithubHook(github_conn_id=default_conn_name, *args, **kwargs)[source]¶
Bases:
airflow.hooks.base.BaseHook
Interact with GitHub.
Performs a connection to GitHub and retrieves client.
- Parameters:
github_conn_id (str) – Reference to GitHub connection id.