Amazon DynamoDB is a fully managed NoSQL database service that offers fast and predictable performance at any scale. It stores data as key‑value and document items and automatically handles scaling, availability, and infrastructure.
In a YAML file, the config section contains the following properties:
access_key_id: <your access key>
secret_access_key: <your secret key>
region: <region>
column_name: <column-name>
date: <date>
limit: <limit>version: 1.0.1
encrypt_credentials: false
plugins:
extractors:
- name: DynamoDB
connectorname: DynamoDB
schemaname:
config:
access_key_id: YOUR_ACCESS_KEY
secret_access_key: YOUR_SECRET_KEY
region: <aws-Region>
column_name: ''
date: ''
limit: 10
properties:
metadata:
select:
- tablenameData Hub icon on the Navigation Pane.
Add Pipeline and provide the new Pipeline’s name.
DynamoDB template.
| Parameters | Description |
|---|---|
| Access Key ID: | Provide your AWS Access Key ID used to authenticate the DynamoDB connection. |
| Secret Access Key: | Provide your AWS Secret Access Key associated with the above access key. |
| Region: | Enter the AWS region where your DynamoDB table is hosted. Example: ap-south-1. |
| Column Name: | Attribute name used for date-based filtering. Activated only when both column_name and date are provided. Example: column_name: created_at |
| Date: | The date value used for filtering. Date-based filtering occurs only when paired with a non-empty column_name. Example: date: 2025-06-10 |
| Limit: | Maximum number of items returned per DynamoDB scan request. Used when no date or column filters are provided. Enables limited scans with pagination. |
| Select: | Tablename(s): Specify the table name to load data. |




Run Now button.


Edit DataSource Option to view the created tables.Having trouble getting help?
Contact SupportHaving trouble getting help?
Contact Support