We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
ignore_null
1 parent 13c5b68 commit 75c4411Copy full SHA for 75c4411
google/cloud/dataplex/v1/data_quality.proto
@@ -358,7 +358,12 @@ message DataQualityRule {
358
// `ignore_null` is `true`. In that case, such `null` rows are trivially
359
// considered passing.
360
//
361
- // This field is only valid for row-level type rules.
+ // This field is only valid for the following type of rules:
362
+ //
363
+ // * RangeExpectation
364
+ // * RegexExpectation
365
+ // * SetExpectation
366
+ // * UniquenessExpectation
367
bool ignore_null = 501 [(google.api.field_behavior) = OPTIONAL];
368
369
// Required. The dimension a rule belongs to. Results are also aggregated at
0 commit comments