RdsHook

Amazon

Interact with AWS RDS using proper client from the boto3 library.

View on GitHub

Last Updated: Dec. 5, 2022

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

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

See also

AwsBaseHook

Was this page helpful?