Class OpenLineage.ExtractionErrorRunFacetErrors

java.lang.Object
io.openlineage.client.OpenLineage.ExtractionErrorRunFacetErrors
Enclosing class:
OpenLineage

public static final class OpenLineage.ExtractionErrorRunFacetErrors extends Object
model class for ExtractionErrorRunFacetErrors
  • Method Details

    • getErrorMessage

      public String getErrorMessage()
      Returns:
      Text representation of extraction error message.
    • getStackTrace

      public String getStackTrace()
      Returns:
      Stack trace of extraction error message
    • getTask

      public String getTask()
      Returns:
      Text representation of task that failed. This can be, for example, SQL statement that parser could not interpret.
    • getTaskNumber

      public Long getTaskNumber()
      Returns:
      Order of task (counted from 0).