Snowflake · JSON Structure

Iceberg Table Iceberg Table As Select Structure

Type: object Properties: 6
Data LakesData SharingData WarehousingDatabaseSQL

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

Properties

name columns external_volume cluster_by 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": "IcebergTableAsSelect",
  "type": "object",
  "properties": {
    "name": {
      "type": "string"
    },
    "columns": {
      "type": "array"
    },
    "external_volume": {
      "type": "string"
    },
    "cluster_by": {
      "type": "array"
    },
    "base_location": {
      "type": "string"
    },
    "comment": {
      "type": "string"
    }
  }
}