Skip to content

Commit 75c4411

Browse files
Google APIscopybara-github
authored andcommitted
docs: Fix the comment for ignore_null field to clarify its applicability on data quality rules
--- docs:Added documentation of page_size default and maximum value for ListEntries and RetrieveAspects PiperOrigin-RevId: 594334510
1 parent 13c5b68 commit 75c4411

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

google/cloud/dataplex/v1/data_quality.proto

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -358,7 +358,12 @@ message DataQualityRule {
358358
// `ignore_null` is `true`. In that case, such `null` rows are trivially
359359
// considered passing.
360360
//
361-
// This field is only valid for row-level type rules.
361+
// This field is only valid for the following type of rules:
362+
//
363+
// * RangeExpectation
364+
// * RegexExpectation
365+
// * SetExpectation
366+
// * UniquenessExpectation
362367
bool ignore_null = 501 [(google.api.field_behavior) = OPTIONAL];
363368

364369
// Required. The dimension a rule belongs to. Results are also aggregated at

0 commit comments

Comments
 (0)