Snowflake · JSON Structure

Iceberg Table Convert To Managed Iceberg Table Request Structure

Type: object Properties: 2
Data LakesData SharingData WarehousingDatabaseSQL

ConvertToManagedIcebergTableRequest is a JSON Structure definition published by Snowflake, describing 2 properties. It conforms to the https://json-structure.org/draft/2020-12/schema meta-schema.

Properties

base_location storage_serialization_policy

Meta-schema: https://json-structure.org/draft/2020-12/schema

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/draft/2020-12/schema",
  "name": "ConvertToManagedIcebergTableRequest",
  "type": "object",
  "properties": {
    "base_location": {
      "type": "string"
    },
    "storage_serialization_policy": {
      "type": "string"
    }
  }
}