GithubSensor

GitHub

Base GithubSensor which can monitor for any change.

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
method_nameRequiredmethod name from PyGithub to be executed
method_paramsparameters for the method method_name
result_processorfunction that return boolean and act as a sensor response

Documentation

Base GithubSensor which can monitor for any change.

Was this page helpful?