Package io.openlineage.client
Class OpenLineage.ExtractionErrorRunFacetErrors
java.lang.Object
io.openlineage.client.OpenLineage.ExtractionErrorRunFacetErrors
- Enclosing class:
- OpenLineage
model class for ExtractionErrorRunFacetErrors
-
Method Summary
-
Method Details
-
getErrorMessage
- Returns:
- Text representation of extraction error message.
-
getStackTrace
- Returns:
- Stack trace of extraction error message
-
getTask
- Returns:
- Text representation of task that failed. This can be, for example, SQL statement that parser could not interpret.
-
getTaskNumber
- Returns:
- Order of task (counted from 0).
-