Skip to content

Commit 5760abf

Browse files
author
AWS
committed
AWS Glue Update: Adding support to fetch TargetDatabase field during GetDatabases with AttributesToGet
1 parent f6f38b1 commit 5760abf

File tree

2 files changed

+10
-1
lines changed

2 files changed

+10
-1
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": "Adding support to fetch TargetDatabase field during GetDatabases with AttributesToGet"
6+
}

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

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11268,7 +11268,10 @@
1126811268
},
1126911269
"DatabaseAttributes":{
1127011270
"type":"string",
11271-
"enum":["NAME"]
11271+
"enum":[
11272+
"NAME",
11273+
"TARGET_DATABASE"
11274+
]
1127211275
},
1127311276
"DatabaseAttributesList":{
1127411277
"type":"list",

0 commit comments

Comments
 (0)