Snowflake · JSON Structure

Iceberg Table Iceberg Table Like Structure

Type: object Properties: 5
Data LakesData SharingData WarehousingDatabaseSQL

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

Properties

name cluster_by external_volume base_location comment

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

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/draft/2020-12/schema",
  "name": "IcebergTableLike",
  "type": "object",
  "properties": {
    "name": {
      "type": "string"
    },
    "cluster_by": {
      "type": "array"
    },
    "external_volume": {
      "type": "string"
    },
    "base_location": {
      "type": "string"
    },
    "comment": {
      "type": "string"
    }
  }
}