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.
Constructors
Link copied to clipboard
fun GoogleCloudDataplexV1DataQualityRuleResultResponse(evaluatedCount: String, failingRowsQuery: String, nullCount: String, passRatio: Double, passed: Boolean, passedCount: String, rule: GoogleCloudDataplexV1DataQualityRuleResponse)
Types
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.