Teradata Multi Execute

Overview

The Teradata Multi Execute Snap executes multiple write statements as a single transaction for every input document.



Prerequisites

  • A valid account with the required permissions.

Known issues

Stored procedures are not supported with Multi Execute Snap.

Snap views

Type Description Examples of upstream and downstream Snaps
Input

This Snap has at most one document input view.

Each input document can contain data that will be used in your SQL statements. Optional input: The Snap can also run without any input if your SQL queries are static.

Output

This Snap has at most one document output view.

Returns actual data rows as documents or execution status information. Each row is one output document. Results from different statements are combined in the output stream.

Learn more about Error handling.

Snap settings

Legend:
  • Expression icon (): Allows using pipeline parameters to set field values dynamically (if enabled). SnapLogic Expressions are not supported. If disabled, you can provide a static value.
  • SnapGPT (): Generates SnapLogic Expressions based on natural language using SnapGPT. Learn more.
  • Suggestion icon (): Populates a list of values dynamically based on your Snap configuration. You can select only one attribute at a time using the icon. Type into the field if it supports a comma-separated list of values.
  • Upload : Uploads files. Learn more.
Learn more about the icons 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 more than one of the same Snaps is in the pipeline.

Default value: Teradata Multi Execute

Example: Teradata Multi Execute

SQL statements List of SQL statements to be executed as a single transaction.
SQL statement*

String/Expression
Required. The SQL statement to be executed. Each SQL statement execution produces output documents containing the result set.

Default value: N/A

Example: INSERT INTO employees VALUES (102, 'Jane', 'Smith', 'HR', DATE '2025-02-01');

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.