DatadogSensor
DatadogA sensor to listen, with a filter, to datadog event streams and determine if some event was emitted.
Access Instructions
Install the Datadog provider package into your Airflow environment.
Import the module into your DAG file and instantiate it with your desired params.
Documentation
A sensor to listen, with a filter, to datadog event streams and determine if some event was emitted.
Depends on the datadog API, which has to be deployed on the same server where Airflow runs.