DynamoDB ETL Source

DynamoDB Data Source allows you to fetch data from Amazon DynamoDB tables.

Schema Type

See the topic Provide Schema for ETL Source → to know how schema details can be provided for data sources.

After providing schema type details, the next step is to configure the data source.

Data Source Configuration

Connection Name: Connections are the service identifiers. A connection name can be selected from the list if you have created and saved connection details for DynamoDB earlier. Or create one as explained in the topic - DynamoDB Source Connection →

Region: A region should be selected where the DynamoDB table to be read exists.
Example: US East (Ohio)

Table Name: The DynamoDB table to be read.

Detect Schema

Check the populated schema details. For more details, see Schema Preview →

Pre Action

To understand how to provide SQL queries or Stored Procedures that will be executed during pipeline run, see Pre-Actions →)

Notes

Optionally, enter notes in the Notes → tab and save the configuration.

Top