DynamoDB Delete Table

This Snap deletes an existing table from AWS DynamoDB.

Note: DynamoDB delete operation is eventually consistent. Therefore the Snap may poll up to 5 seconds to confirm deletion through table metadata query in order to set the output view status to DELETED. If deletion not confirmed after 5 seconds, output view status will remain the original DynamoDB response of DELETING.

Supported Accounts

Prerequisites

None.

Limitations and known issues

None.

Snap views

Type Description Examples of upstream and downstream Snaps
Input This Snap has exactly one document input view.
Output This Snap has exactly one document output view. This Snap provides the updated record for each input record. Errors can be routed to the error view if enabled or cause the Snap to fail during execution.
Learn more about Error handling.

Snap settings

Note: Learn about the common controls in the Snap settings dialog.
Field/Field set Description

Label

String
Required.Specify a unique name for the Snap. Modify this to be more appropriate, especially if there are more than one of the same Snap in the pipeline.

Default value: DynamoDB Delete Table

Table name

String/Expression
Required. The name of the table to be deleted. This property is suggestible, which shows the list of the tables in the database.

Default value: None

Example: Thread

Snap execution

Dropdown list
Choose one of the three modes in which the Snap executes. Available options are:
  • Validate & Execute: Performs limited execution of the Snap and generates a data preview during pipeline validation. Subsequently, performs full execution of the Snap (unlimited records) during pipeline runtime.
  • Execute only: Performs full execution of the Snap during pipeline execution without generating preview data.
  • Disabled: Disables the Snap and all Snaps that are downstream from it.

Default value: Execute only

Troubleshooting

None.