...

/

Creating a Sensor

Creating a Sensor

This lesson delves into creating an Airflow sensor.

We'll cover the following...

In the previous lesson, we created an operator that allowed us to execute any workload as part of Airflow’s DAG execution. Now, we’ll look into a variant of the operator, called a sensor. A sensor can be used to monitor for a condition to become true or a criterion to be met. A sensor is created by deriving from the base class, BaseSensorOperator ...

Access this course and 1400+ top-rated courses and projects.