Skip to content

Commit

Permalink
docs: updated comments for DataQualityResult.dimensions field
Browse files Browse the repository at this point in the history
PiperOrigin-RevId: 579907849
  • Loading branch information
Google APIs authored and Copybara-Service committed Nov 6, 2023
1 parent 01ebb19 commit 418208c
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions google/cloud/dataplex/v1/data_quality.proto
Expand Up @@ -108,6 +108,9 @@ message DataQualityResult {
bool passed = 5;

// A list of results at the dimension level.
//
// A dimension will have a corresponding `DataQualityDimensionResult` if and
// only if there is at least one rule with the 'dimension' field set to it.
repeated DataQualityDimensionResult dimensions = 2;

// A list of all the rules in a job, and their results.
Expand Down

0 comments on commit 418208c

Please sign in to comment.