DmsTaskBaseSensor
AmazonContains general sensor behavior for DMS task.
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
replication_task_arnAWS DMS replication task ARN
aws_conn_idaws connection to uses
target_statusesthe target statuses, sensor waits until the task reaches any of these states
termination_statusesthe termination statuses, sensor fails when the task reaches any of these states
Documentation
Contains general sensor behavior for DMS task.
Subclasses should set target_statuses
and termination_statuses
fields.