Package io.openlineage.client
Class OpenLineage.DataQualityAssertionsDatasetFacetAssertions
- java.lang.Object
-
- io.openlineage.client.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()
-
-
-
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.
-
-