Class OpenLineage.DataQualityAssertionsDatasetFacetAssertions

  • Enclosing class:
    OpenLineage

    public static final class OpenLineage.DataQualityAssertionsDatasetFacetAssertions
    extends java.lang.Object
    model class for DataQualityAssertionsDatasetFacetAssertions
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.String getAssertion()  
      java.lang.String getColumn()  
      java.lang.Boolean getSuccess()  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Method Detail

      • getAssertion

        public java.lang.String getAssertion()
        Returns:
        Type of expectation test that dataset is subjected to
      • getSuccess

        public java.lang.Boolean getSuccess()
      • getColumn

        public java.lang.String getColumn()
        Returns:
        Column that expectation is testing. It should match the name provided in SchemaDatasetFacet. If column field is empty, then expectation refers to whole dataset.