RdsDbSensor
AmazonWaits for an RDS instance or cluster to enter one of a number of states
Access Instructions
Install the Amazon provider package into your Airflow environment.
Import the module into your DAG file and instantiate it with your desired params.
Parameters
db_typeType of the DB - either “instance” or “cluster” (default: ‘instance’)
db_identifierRequiredThe AWS identifier for the DB
target_statusesTarget status of DB
Documentation
Waits for an RDS instance or cluster to enter one of a number of states
See also
For more information on how to use this sensor, take a look at the guide: Wait on an Amazon RDS instance or cluster status