BaseGithubRepositorySensor
GitHubBase GitHub sensor at Repository level.
Access Instructions
Install the GitHub provider package into your Airflow environment.
Import the module into your DAG file and instantiate it with your desired params.
Parameters
github_conn_idreference to a pre-defined GitHub Connection
repository_namefull qualified name of the repository to be monitored, ex. “apache/airflow”
Documentation
Base GitHub sensor at Repository level.