fusion2222 opened a new issue, #1025:
URL: https://github.com/apache/iceberg-python/issues/1025
### Question
In AWS, you can create and display AWS Glue table. For replicability, AWS
Web console will display a json, which represents a table.
**AWS Glue JSON Example:**
```json
[
{
"Name": "animal_id",
"Type": "bigint",
"Parameters": {
"iceberg.field.current": "true",
"iceberg.field.id": "1",
"iceberg.field.optional": "true"
}
},
{
"Name": "animal_name",
"Type": "string",
"Parameters": {
"iceberg.field.current": "true",
"iceberg.field.id": "2",
"iceberg.field.optional": "true"
}
}
]
```
Is it possible to use such JSON in order to create Iceberg schema in AWS?
This way it would be nicely replicable.
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]