RdsExportTaskExistenceSensor

Amazon

Waits for RDS export task 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

export_task_identifierRequiredA unique identifier for the snapshot export task.
target_statusesTarget status of export task

Documentation

Waits for RDS export task 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 export task status

Was this page helpful?