Skip to content

Commit 3a0d6d9

Browse files
author
AWS
committed
AWS Glue Update: add observations support to DQ CodeGen config model + update document for connectiontypes supported by ConnectorData entities
1 parent 5e5b26a commit 3a0d6d9

File tree

2 files changed

+12
-3
lines changed

2 files changed

+12
-3
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": "add observations support to DQ CodeGen config model + update document for connectiontypes supported by ConnectorData entities"
6+
}

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

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3591,7 +3591,10 @@
35913591
},
35923592
"AdditionalOptionKeys":{
35933593
"type":"string",
3594-
"enum":["performanceTuning.caching"]
3594+
"enum":[
3595+
"performanceTuning.caching",
3596+
"observations.scope"
3597+
]
35953598
},
35963599
"AdditionalOptions":{
35973600
"type":"map",
@@ -6428,7 +6431,7 @@
64286431
},
64296432
"ConnectionType":{
64306433
"shape":"EnclosedInStringProperty",
6431-
"documentation":"<p>The <code>connectionType</code>, as provided to the underlying Glue library. This node type supports the following connection types: </p> <ul> <li> <p> <code>bigquery</code> </p> </li> </ul>"
6434+
"documentation":"<p>The <code>connectionType</code>, as provided to the underlying Glue library. This node type supports the following connection types: </p> <ul> <li> <p> <code>opensearch</code> </p> </li> <li> <p> <code>azuresql</code> </p> </li> <li> <p> <code>azurecosmos</code> </p> </li> <li> <p> <code>bigquery</code> </p> </li> <li> <p> <code>saphana</code> </p> </li> <li> <p> <code>teradata</code> </p> </li> <li> <p> <code>vertica</code> </p> </li> </ul>"
64326435
},
64336436
"Data":{
64346437
"shape":"ConnectorOptions",
@@ -6455,7 +6458,7 @@
64556458
},
64566459
"ConnectionType":{
64576460
"shape":"EnclosedInStringProperty",
6458-
"documentation":"<p>The <code>connectionType</code>, as provided to the underlying Glue library. This node type supports the following connection types: </p> <ul> <li> <p> <code>bigquery</code> </p> </li> </ul>"
6461+
"documentation":"<p>The <code>connectionType</code>, as provided to the underlying Glue library. This node type supports the following connection types: </p> <ul> <li> <p> <code>opensearch</code> </p> </li> <li> <p> <code>azuresql</code> </p> </li> <li> <p> <code>azurecosmos</code> </p> </li> <li> <p> <code>bigquery</code> </p> </li> <li> <p> <code>saphana</code> </p> </li> <li> <p> <code>teradata</code> </p> </li> <li> <p> <code>vertica</code> </p> </li> </ul>"
64596462
},
64606463
"Data":{
64616464
"shape":"ConnectorOptions",

0 commit comments

Comments
 (0)