RdsSnapshotExistenceSensor

Amazon

Waits for RDS snapshot with a specific status.

View on GitHub

Last Updated: Jan. 19, 2023

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_typeRequiredType of the DB - either “instance” or “cluster”
db_snapshot_identifierRequiredThe identifier for the DB snapshot
target_statusesTarget status of snapshot

Documentation

Waits for RDS snapshot with a specific status.

See also

For more information on how to use this sensor, take a look at the guide: Wait on an Amazon RDS snapshot status

Was this page helpful?