Revision as of 11:08, June 23, 2020 by Peter Chaplin (talk | contribs)
ETL_STATS_GENERAL System
| Field | Data Type | Description |
|---|---|---|
| ETL_AUDIT_KEY | int | Primary key field. It is a reference to to ETL_AUDIT system table. |
| PARENT_ETL_AUDIT_KEY | int | Points to the first ETL_AUDIT_KEY in job run. |
| ETL_DATE | datetime | The timestamp when data is inserted. |
| TASKS_COUNT | int | Total number of tasks in the batch. |
| EVENTS_COUNT | int | Total number of events in the batch. |
| PENDING_COUNT | int | Total number of pending tasks in the batch. |
| AVG_EVENTS | int | Average number of events in tasks. |
| MAX_EVENTS | int | Maximum number of events in tasks. |
Comments or questions about this documentation? Contact us for support!
