The following example pipeline demonstrates the functionality of the Teradata Multi Execute Snap by performing database operations on the target table with the following data types.
Download this Pipeline
-
Numeric types (INTEGER, BIGINT, DECIMAL, FLOAT)
-
Character types (CHAR, VARCHAR, CLOB)
-
Date/Time types (DATE, TIME, TIMESTAMP)
-
Boolean and BLOB types
-
Configure the Sequence Snap to generate sequential data to initiate the pipeline flow.
-
Configure the Mapper Snap to create three SQL statements - an INSERT statement with sample data for various data types, an UPDATE statement to modify character data, and a DELETE statement to remove the inserted record.
-
Configure the Teradata Multi Execute Snap with the following SQL statements:INSERT: Adds sample records with various data typesUPDATE: Modifies existing records DELETE: Removes records
-
Validate the Snap. On validation, the Snap receives and validates the three SQL statements from the upstream Mapper:
To reuse the example pipelines:
- Download and import the SLP file into your Environment.
- Configure Snap accounts.
- Provide Pipeline parameters, if any.