bkahloon commented on issue #2202:
URL: https://github.com/apache/iceberg/issues/2202#issuecomment-772843549


   This was the output I got
   ```
   aws glue get-table --database-name iceberg_warehouse  --name 
iceberg_dummy_table
   {
       "Table": {
           "UpdateTime": 1612385097.0,
           "Name": "iceberg_dummy_table",
           "Parameters": {
               "table_type": "ICEBERG",
               "previous_metadata_location": 
"s3://iceberg-warehouse/iceberg_warehouse.db/iceberg_dummy_table/metadata/00039-5b28310e-6767-4eff-9ff9-8827c010870f.metadata.json",
               "metadata_location": 
"s3://iceberg_warehouse.db/iceberg_dummy_table/metadata/00040-d3069356-5ae6-4e76-9d33-63bfccfc04c8.metadata.json"
           },
           "CreateTime": 1612243846.0,
           "CreatedBy": 
"arn:aws:sts::1234456:assumed-role/dev01InstanceProfile/i-0513",
           "DatabaseName": "iceberg_warehouse",
           "IsRegisteredWithLakeFormation": false,
           "TableType": "EXTERNAL_TABLE",
           "Retention": 0
       }
   } 
   ```


----------------------------------------------------------------
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.

For queries about this service, please contact Infrastructure at:
[email protected]



---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to