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: issues-unsubscr...@iceberg.apache.org.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscr...@iceberg.apache.org
For additional commands, e-mail: issues-h...@iceberg.apache.org

Reply via email to