BaseGithubRepositorySensor

GitHub

Base GitHub sensor at Repository level.

View on GitHub

Last Updated: Oct. 23, 2022

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.

Was this page helpful?