Google Cloud Dataplex V1Data Quality Rule Result Response
data class GoogleCloudDataplexV1DataQualityRuleResultResponse(val evaluatedCount: String, val failingRowsQuery: String, val nullCount: String, val passRatio: Double, val passed: Boolean, val passedCount: String, val rule: GoogleCloudDataplexV1DataQualityRuleResponse)
DataQualityRuleResult provides a more detailed, per-rule view of the results.
Properties
Link copied to clipboard
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 include all rows (default) - with null rows automatically failing rule evaluation, or exclude null rows from the evaluated_count, by setting ignore_nulls = true.
Link copied to clipboard
The query to find rows that did not pass this rule. Only applies to ColumnMap and RowCondition rules.
Link copied to clipboard
The number of rows which passed a rule evaluation. This field is only valid for ColumnMap type rules.
Link copied to clipboard
The rule specified in the DataQualitySpec, as is.