Snowflake · Example Payload

Snowflake Createunmanagedicebergtablefromawsgluecatalog Example

Data LakesData SharingData WarehousingDatabaseSQL

Snowflake Createunmanagedicebergtablefromawsgluecatalog Example is an example object payload from Snowflake, with 6 top-level fields. It illustrates the shape of data this provider's APIs accept or return.

Top-level fields

operationIdmethodpathsummaryrequestExamplesresponseExamples

Example Payload

Raw ↑
{
  "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": []
}