Skip to content

Commit 56715df

Browse files
author
AWS
committed
AWS Glue Update: AWS Glue now supports schema, partition and sort management of Apache Iceberg tables using Glue SDK
1 parent b556125 commit 56715df

File tree

2 files changed

+7
-4
lines changed

2 files changed

+7
-4
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": "AWS Glue now supports schema, partition and sort management of Apache Iceberg tables using Glue SDK"
6+
}

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

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -9809,10 +9809,7 @@
98099809
},
98109810
"CreateTableRequest":{
98119811
"type":"structure",
9812-
"required":[
9813-
"DatabaseName",
9814-
"TableInput"
9815-
],
9812+
"required":["DatabaseName"],
98169813
"members":{
98179814
"CatalogId":{
98189815
"shape":"CatalogIdString",

0 commit comments

Comments
 (0)