ETL Job Monitoring - Teradata Ecosystem Manager

Teradata® Ecosystem Manager API Reference

Product
Teradata Ecosystem Manager
Release Number
16.20
Published
December 2020
Language
English (United States)
Last Update
2020-12-23
dita:mapPath
loa1512743917841.ditamap
dita:ditavalPath
ft:empty
dita:id
B035-3204
Product Category
Analytical Ecosystem

ETL job monitoring requires the tracking of the start and end of the job. A unit of work is tracked with a unique unit of work identifier (UOW ID) that is passed into the start and end sendevent commands. You can generate a UOW ID by combining information about the job, such as a filename and date and time the job is run, or you can allow the sendevent command to automatically generate a UOW ID.

The general flow for job monitoring is:

  1. Generate a UOW ID.
  2. Send a START event.
  3. [Optional] Send one or more STEP events.
  4. Send an END event.