DataSyncHook

Amazon

Interact with AWS DataSync. Provide thick wrapper around boto3.client("datasync").

View on GitHub

Last Updated: Jan. 15, 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

wait_interval_secondsTime to wait between two consecutive calls to check TaskExecution status. Defaults to 30 seconds.
ValueError

Documentation

Interact with AWS DataSync. Provide thick wrapper around boto3.client("datasync").

Additional arguments (such as aws_conn_id) may be specified and are passed down to the underlying AwsBaseHook.

Was this page helpful?