Skip to content

Commit ca71481

Browse files
docs: [google-cloud-dataplex] Fix the comment for ignore_null field to clarify its applicability on data quality rules (#12141)
- [ ] Regenerate this pull request now. --- docs:Added documentation of page_size default and maximum value for ListEntries and RetrieveAspects PiperOrigin-RevId: 594334510 Source-Link: googleapis/googleapis@75c4411 Source-Link: googleapis/googleapis-gen@2551030 Copy-Tag: eyJwIjoicGFja2FnZXMvZ29vZ2xlLWNsb3VkLWRhdGFwbGV4Ly5Pd2xCb3QueWFtbCIsImgiOiIyNTUxMDMwN2IzZGQ3OWMwMDc3ODc3ODcyY2MxOWZjNWU2OTdiNWFhIn0= --------- Co-authored-by: Owl Bot <gcf-owl-bot[bot]@users.noreply.github.com>
1 parent a748565 commit ca71481

File tree

1 file changed

+6
-1
lines changed
  • packages/google-cloud-dataplex/google/cloud/dataplex_v1/types

1 file changed

+6
-1
lines changed

packages/google-cloud-dataplex/google/cloud/dataplex_v1/types/data_quality.py

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -437,7 +437,12 @@ class DataQualityRule(proto.Message):
437437
a rule, unless ``ignore_null`` is ``true``. In that case,
438438
such ``null`` rows are trivially considered passing.
439439
440-
This field is only valid for row-level type rules.
440+
This field is only valid for the following type of rules:
441+
442+
- RangeExpectation
443+
- RegexExpectation
444+
- SetExpectation
445+
- UniquenessExpectation
441446
dimension (str):
442447
Required. The dimension a rule belongs to. Results are also
443448
aggregated at the dimension level. Supported dimensions are

0 commit comments

Comments
 (0)