Class OpenLineage.ExtractionErrorRunFacetErrors

  • Enclosing class:
    OpenLineage

    public static final class OpenLineage.ExtractionErrorRunFacetErrors
    extends java.lang.Object
    model class for ExtractionErrorRunFacetErrors
    • Method Detail

      • getErrorMessage

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

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

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

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