RdsHook
AmazonInteract with AWS RDS using proper client from the boto3 library.
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
aws_conn_idThe Airflow connection used for AWS credentials.
Documentation
Interact with AWS RDS using proper client from the boto3 library.
Hook attribute conn has all methods that listed in documentation
See also
Additional arguments (such as aws_conn_id
or region_name
) may be specified and are passed down to the underlying AwsBaseHook.