GithubTagSensor
GitHubMonitors a github tag for its creation.
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.