airflow.providers.github.hooks.github
¶
This module allows to connect to a Github.
Module Contents¶
Classes¶
Interact with Github. |
- 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.