Google Cloud Dataplex V1Data Quality Rule Args
A rule captures data quality intent about a data source.
Constructors
Properties
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.
ColumnMap rule which evaluates whether each column value is null.
ColumnMap rule which evaluates whether each column value lies between a specified range.
ColumnMap rule which evaluates whether each column value matches a specified regex.
Table rule which evaluates whether each row passes the specified condition.
ColumnMap rule which evaluates whether each column value is contained by a specified set.
ColumnAggregate rule which evaluates whether the column aggregate statistic lies between a specified range.
Table rule which evaluates whether the provided expression is true.
ColumnAggregate rule which evaluates whether the column has duplicates.