Skip to content

Commit 7c225eb

Browse files
AWS Glue now supports schema, partition and sort management of Apache Iceberg tables using Glue SDK
1 parent 1fb54c0 commit 7c225eb

File tree

3 files changed

+2
-9
lines changed

3 files changed

+2
-9
lines changed

generator/ServiceModels/glue/glue-2017-03-31.api.json

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -6971,10 +6971,7 @@
69716971
},
69726972
"CreateTableRequest":{
69736973
"type":"structure",
6974-
"required":[
6975-
"DatabaseName",
6976-
"TableInput"
6977-
],
6974+
"required":["DatabaseName"],
69786975
"members":{
69796976
"CatalogId":{"shape":"CatalogIdString"},
69806977
"DatabaseName":{"shape":"NameString"},

generator/ServiceModels/glue/glue-2017-03-31.normal.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",

sdk/src/Services/Glue/Generated/Model/CreateTableRequest.cs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -146,7 +146,6 @@ internal bool IsSetPartitionIndexes()
146146
/// The <c>TableInput</c> object that defines the metadata table to create in the catalog.
147147
/// </para>
148148
/// </summary>
149-
[AWSProperty(Required=true)]
150149
public TableInput TableInput
151150
{
152151
get { return this._tableInput; }

0 commit comments

Comments
 (0)