airflow.providers.redis.sensors.redis_key

Module Contents

Classes

RedisKeySensor

Checks for the existence of a key in a Redis

class airflow.providers.redis.sensors.redis_key.RedisKeySensor(*, key, redis_conn_id, **kwargs)[source]

Bases: airflow.sensors.base.BaseSensorOperator

Checks for the existence of a key in a Redis

template_fields :Sequence[str] = ['key'][source]
ui_color = #f0eee4[source]
poke(self, context)[source]

Function that the sensors defined while deriving this class should override.

Was this entry helpful?