Datascan Data Quality Result Rule
data class DatascanDataQualityResultRule(val evaluatedCount: String? = null, val failingRowsQuery: String? = null, val nullCount: String? = null, val passRatio: Int? = null, val passed: Boolean? = null, val passedCount: String? = null, val rules: List<DatascanDataQualityResultRuleRule>? = null)
Properties
Link copied to clipboard
(Output) The number of rows a rule was evaluated against. This field is only valid for ColumnMap type rules. Evaluated count can be configured to either
Link copied to clipboard
(Output) The query to find rows that did not pass this rule. Only applies to ColumnMap and RowCondition rules.
Link copied to clipboard
(Output) The number of rows which passed a rule evaluation. This field is only valid for ColumnMap type rules.
Link copied to clipboard
(Output) The rule specified in the DataQualitySpec, as is. Structure is documented below.