Skip to content

Commit 6e0b379

Browse files
author
AWS
committed
AWS Glue Update: Adds labeling for DataQualityRuleResult for GetDataQualityResult and PublishDataQualityResult APIs
1 parent da607d8 commit 6e0b379

File tree

2 files changed

+15
-0
lines changed

2 files changed

+15
-0
lines changed
Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
{
2+
"type": "feature",
3+
"category": "AWS Glue",
4+
"contributor": "",
5+
"description": "Adds labeling for DataQualityRuleResult for GetDataQualityResult and PublishDataQualityResult APIs"
6+
}

services/glue/src/main/resources/codegen-resources/service-2.json

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11102,6 +11102,10 @@
1110211102
"RuleMetrics":{
1110311103
"shape":"RuleMetricsMap",
1110411104
"documentation":"<p>A map containing metrics associated with the evaluation of the rule based on row-level results. </p>"
11105+
},
11106+
"Labels":{
11107+
"shape":"Labels",
11108+
"documentation":"<p>A map containing labels assigned to the data quality rule. </p>"
1110511109
}
1110611110
},
1110711111
"documentation":"<p>Describes the result of the evaluation of a data quality rule.</p>"
@@ -18981,6 +18985,11 @@
1898118985
},
1898218986
"documentation":"<p>Specifies configuration properties for a labeling set generation task run.</p>"
1898318987
},
18988+
"Labels":{
18989+
"type":"map",
18990+
"key":{"shape":"NameString"},
18991+
"value":{"shape":"NameString"}
18992+
},
1898418993
"LakeFormationConfiguration":{
1898518994
"type":"structure",
1898618995
"members":{

0 commit comments

Comments
 (0)