GithubTagSensor

GitHub

Monitors a github tag for its creation.

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
tag_namename of the tag to be monitored
repository_namefully qualified name of the repository to be monitored, ex. “apache/airflow”

Documentation

Monitors a github tag for its creation.

Was this page helpful?