Module google_api_proto::google::cloud::dataplex::v1::data_quality_rule
source · Expand description
Nested message and enum types in DataQualityRule
.
Modules§
- Nested message and enum types in
StatisticRangeExpectation
.
Structs§
- Evaluates whether each column value is null.
- Evaluates whether each column value lies between a specified range.
- Evaluates whether each column value matches a specified regex.
- Evaluates whether each row passes the specified condition.
- Evaluates whether each column value is contained by a specified set.
- A SQL statement that is evaluated to return rows that match an invalid state. If any rows are are returned, this rule fails.
- Evaluates whether the column aggregate statistic lies between a specified range.
- Evaluates whether the provided expression is true.
- Evaluates whether the column has duplicates.
Enums§
- The rule-specific configuration.