DynamoDBHook
AmazonInteract with Amazon DynamoDB. Provide thick wrapper around boto3.resource("dynamodb")
.
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
table_keyspartition key and sort key
table_nametarget DynamoDB table
Documentation
Interact with Amazon DynamoDB. Provide thick wrapper around boto3.resource("dynamodb")
.
Additional arguments (such as aws_conn_id
) may be specified and are passed down to the underlying AwsBaseHook.