DataSyncOperator
AmazonFind, Create, Update, Execute and Delete AWS DataSync Tasks.
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.
Documentation
Find, Create, Update, Execute and Delete AWS DataSync Tasks.
If do_xcom_push
is True, then the DataSync TaskArn and TaskExecutionArn which were executed will be pushed to an XCom.
See also
For more information on how to use this operator, take a look at the guide: Interact with AWS DataSync Tasks
Note
There may be 0, 1, or many existing DataSync Tasks defined in your AWS environment. The default behavior is to create a new Task if there are 0, or execute the Task if there was 1 Task, or fail if there were many Tasks.