Dataplex V1 API - Class Google::Cloud::Dataplex::V1::DataQualityRuleResult (v2.3.0)

Reference documentation and code samples for the Dataplex V1 API class Google::Cloud::Dataplex::V1::DataQualityRuleResult.

DataQualityRuleResult provides a more detailed, per-rule view of the results.

Inherits

  • Object

Extended By

  • Google::Protobuf::MessageExts::ClassMethods

Includes

  • Google::Protobuf::MessageExts

Methods

#assertion_row_count

def assertion_row_count() -> ::Integer
Returns
  • (::Integer) — Output only. The number of rows returned by the SQL statement in a SQL assertion rule.

    This field is only valid for SQL assertion rules.

#evaluated_count

def evaluated_count() -> ::Integer
Returns
  • (::Integer) — Output only. The number of rows a rule was evaluated against.

    This field is only valid for row-level 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.

    This field is not set for rule SqlAssertion.

#failing_rows_query

def failing_rows_query() -> ::String
Returns
  • (::String) — Output only. The query to find rows that did not pass this rule.

    This field is only valid for row-level type rules.

#null_count

def null_count() -> ::Integer
Returns
  • (::Integer) — Output only. The number of rows with null values in the specified column.

#pass_ratio

def pass_ratio() -> ::Float
Returns
  • (::Float) — Output only. The ratio of passed_count / evaluated_count.

    This field is only valid for row-level type rules.

#passed

def passed() -> ::Boolean
Returns
  • (::Boolean) — Output only. Whether the rule passed or failed.

#passed_count

def passed_count() -> ::Integer
Returns
  • (::Integer) — Output only. The number of rows which passed a rule evaluation.

    This field is only valid for row-level type rules.

    This field is not set for rule SqlAssertion.

#rule

def rule() -> ::Google::Cloud::Dataplex::V1::DataQualityRule
Returns