GoogleCloudDataplexV1DataQualityRuleResponse

Constructors

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Optional. The unnested column which this rule is evaluated against.

Link copied to clipboard

The dimension a rule belongs to. Results are also aggregated at the dimension level. Supported dimensions are "COMPLETENESS", "ACCURACY", "CONSISTENCY", "VALIDITY", "UNIQUENESS", "INTEGRITY"

Link copied to clipboard

Optional. Rows with null values will automatically fail a rule, unless ignore_null is true. In that case, such null rows are trivially considered passing.Only applicable to ColumnMap rules.

Link copied to clipboard

ColumnMap rule which evaluates whether each column value is null.

Link copied to clipboard

ColumnMap rule which evaluates whether each column value lies between a specified range.

Link copied to clipboard

ColumnMap rule which evaluates whether each column value matches a specified regex.

Link copied to clipboard

Table rule which evaluates whether each row passes the specified condition.

Link copied to clipboard

ColumnMap rule which evaluates whether each column value is contained by a specified set.

Link copied to clipboard

ColumnAggregate rule which evaluates whether the column aggregate statistic lies between a specified range.

Link copied to clipboard

Table rule which evaluates whether the provided expression is true.

Link copied to clipboard

Optional. The minimum ratio of passing_rows / total_rows required to pass this rule, with a range of 0.0, 1.0.0 indicates default value (i.e. 1.0).

Link copied to clipboard

ColumnAggregate rule which evaluates whether the column has duplicates.