{ "operationId": "createUnmanagedIcebergTableFromAWSGlueCatalog", "method": "POST", "path": "/api/v2/databases/{database}/schemas/{schema}/iceberg-tables:from-aws-glue-catalog", "summary": "Create an Unmanaged Iceberg Table From Aws Glue Catalog", "requestExamples": [ { "contentType": "application/json", "name": "CreateunmanagedicebergtablefromawsgluecatalogRequestExample", "example": { "name": "Example Title", "external_volume": "example_value", "catalog_table_name": "example_value", "catalog_namespace": "example_value", "replace_invalid_characters": true, "auto_refresh": true, "catalog": "example_value", "comment": "example_value" } } ], "responseExamples": [] }