RedisPubSubSensor
RedisRedis sensor for reading a message from pub sub channels
Access Instructions
Install the Redis provider package into your Airflow environment.
Import the module into your DAG file and instantiate it with your desired params.
Parameters
channelsRequiredThe channels to be subscribed to (templated)
redis_conn_idRequiredthe redis connection id
Documentation
Redis sensor for reading a message from pub sub channels