File tree Expand file tree Collapse file tree 2 files changed +39
-0
lines changed
services/glue/src/main/resources/codegen-resources Expand file tree Collapse file tree 2 files changed +39
-0
lines changed Original file line number Diff line number Diff line change
1
+ {
2
+ "type" : " feature" ,
3
+ "category" : " AWS Glue" ,
4
+ "contributor" : " " ,
5
+ "description" : " This release enables customers to create new Apache Iceberg tables and associated metadata in Amazon S3 by using native AWS Glue CreateTable operation."
6
+ }
Original file line number Diff line number Diff line change 7381
7381
"TransactionId":{
7382
7382
"shape":"TransactionIdString",
7383
7383
"documentation":"<p>The ID of the transaction.</p>"
7384
+ },
7385
+ "OpenTableFormatInput":{
7386
+ "shape":"OpenTableFormatInput",
7387
+ "documentation":"<p>Specifies an <code>OpenTableFormatInput</code> structure when creating an open format table.</p>"
7384
7388
}
7385
7389
}
7386
7390
},
12659
12663
"snappy"
12660
12664
]
12661
12665
},
12666
+ "IcebergInput":{
12667
+ "type":"structure",
12668
+ "required":["MetadataOperation"],
12669
+ "members":{
12670
+ "MetadataOperation":{
12671
+ "shape":"MetadataOperation",
12672
+ "documentation":"<p>A required metadata operation. Can only be set to <code>CREATE</code>.</p>"
12673
+ },
12674
+ "Version":{
12675
+ "shape":"VersionString",
12676
+ "documentation":"<p>The table version for the Iceberg table. Defaults to 2.</p>"
12677
+ }
12678
+ },
12679
+ "documentation":"<p>A structure that defines an Apache Iceberg metadata table to create in the catalog.</p>"
12680
+ },
12662
12681
"IcebergTarget":{
12663
12682
"type":"structure",
12664
12683
"members":{
14804
14823
"type":"list",
14805
14824
"member":{"shape":"MetadataKeyValuePair"}
14806
14825
},
14826
+ "MetadataOperation":{
14827
+ "type":"string",
14828
+ "enum":["CREATE"]
14829
+ },
14807
14830
"MetadataValueString":{
14808
14831
"type":"string",
14809
14832
"max":256,
15101
15124
"max":1,
15102
15125
"min":1
15103
15126
},
15127
+ "OpenTableFormatInput":{
15128
+ "type":"structure",
15129
+ "members":{
15130
+ "IcebergInput":{
15131
+ "shape":"IcebergInput",
15132
+ "documentation":"<p>Specifies an <code>IcebergInput</code> structure that defines an Apache Iceberg metadata table.</p>"
15133
+ }
15134
+ },
15135
+ "documentation":"<p>A structure representing an open format table.</p>"
15136
+ },
15104
15137
"OperationTimeoutException":{
15105
15138
"type":"structure",
15106
15139
"members":{
You can’t perform that action at this time.
0 commit comments