ETL Target Validation

ETL target validation is essential for ensuring the accuracy of emitter configurations during the application design phase. This process helps catch errors early and ensures smoother application runs. The validation includes writing sample records to the target to check configurations, with the option to preview the cURL commands that will be used.

You can specify the number of sample records (1-5) for validation. The system then generates corresponding cURL commands and displays the status, reason phrase, and response body for each response, providing a comprehensive validation of the emitter configuration.

Write Sample Records to Target

Validate your configuration: check the cURL that will be used OR validate by writing sample records to target.

No. of Rows to Write

Enter the number of sample records that will be written to target. Valid range is 1-5.

Validate

Writes sample data to the target and helps validate emitter configuration at design time.

Sample cURL

A cURL command generated for the emitter configuration and displayed here for reference.

sample-emission-curl

Request

Based on the specified number of rows, corresponding number of cURL commands will be generated.

Response

Status, Reason Phrase, and Response Body is shown for each response as received.

Top