PIPELINES_ERRORS
This view contains detailed information about errors that occurred during extraction, transformation, or loading. Each row represents a single error event.
Note
This view contains exhaustive node-level error information that may originate at either a leaf node or aggregator node. If a row appears to be a duplicate, first verify that the row’s ERROR_MESSAGE
entry does not start with LEAF ERROR (<host>:<port>)
. Error event information may be propagated from a leaf to an aggregator or from a leaf to another leaf. This text indicates the specific leaf node origin for the error.
information_schema.PIPELINES_ERRORS Schema
Column Name | Description |
---|---|
| The name of the database associated with the error. |
| The name of the pipeline associated with the error. |
| The time of the error event in Unix timestamp format. |
| Specifies what type of error occurred. Possible values are |
| The error code for the error. |
| The message associated with the error. This value contains contextual information about the error that can be used for debugging purposes, including a stack trace if the error was caused by a transform failure. |
| Specifies whether the error event was caused by internal or external factors. Possible values are |
| The text that may have been outputted during the data transformation. The origin of this text is the transform executable itself. This value can be empty or |
| The text of a |
| The line number of a |
| The internal unique identifier for the batch that experienced an error event. |
| The internal unique identifier for the error event. |
| The data source’s partition ID for the batch. This value may be |
| Specifies the earliest offset for the batch. This value indicates the start of the offset range for a batch, while |
| Specifies the latest offset for the batch. This value indicates the end of the offset range for a batch, while |
| The hostname or host IP address for the leaf node that processed the batch. This value may be |
| The port number for the leaf node that processed the batch. This value may be |
| Specifies the partition ID on a leaf node that processed the batch. This value may be |