Skip to content

Commit 8945592

Browse files
Update dimension description to match the behavior (#14232) (#23264)
[upstream:cf4bd812fab68fe6a003b35d63621a7a7945071b] Signed-off-by: Modular Magician <[email protected]>
1 parent e070044 commit 8945592

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

google/services/dataplex/resource_dataplex_datascan.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -353,7 +353,7 @@ Format://bigquery.googleapis.com/projects/PROJECT_ID/datasets/DATASET_ID/tables/
353353
"dimension": {
354354
Type: schema.TypeString,
355355
Required: true,
356-
Description: `The dimension a rule belongs to. Results are also aggregated at the dimension level. Supported dimensions are ["COMPLETENESS", "ACCURACY", "CONSISTENCY", "VALIDITY", "UNIQUENESS", "INTEGRITY"]`,
356+
Description: `The dimension name a rule belongs to. Custom dimension name is supported with all uppercase letters and maximum length of 30 characters.`,
357357
},
358358
"column": {
359359
Type: schema.TypeString,

website/docs/r/dataplex_datascan.html.markdown

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -456,7 +456,7 @@ The following arguments are supported:
456456

457457
* `dimension` -
458458
(Required)
459-
The dimension a rule belongs to. Results are also aggregated at the dimension level. Supported dimensions are ["COMPLETENESS", "ACCURACY", "CONSISTENCY", "VALIDITY", "UNIQUENESS", "INTEGRITY"]
459+
The dimension name a rule belongs to. Custom dimension name is supported with all uppercase letters and maximum length of 30 characters.
460460

461461
* `threshold` -
462462
(Optional)

0 commit comments

Comments
 (0)