{ "operationId": "convertToManagedIcebergTable", "method": "POST", "path": "/api/v2/databases/{database}/schemas/{schema}/iceberg-tables/{name}:convert-to-managed", "summary": "Converts an Apache Iceberg\u2122 Table That Uses an External Iceberg Catalog Into a Table That Uses Snowflake as the Catalog", "requestExamples": [ { "contentType": "application/json", "name": "ConverttomanagedicebergtableRequestExample", "example": { "base_location": "example_value", "storage_serialization_policy": "COMPATIBLE" } } ], "responseExamples": [] }