Snowflake · JSON Structure

Iceberg Table Iceberg Table Column Structure

Type: object Properties: 5
Data LakesData SharingData WarehousingDatabaseSQL

IcebergTableColumn 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 datatype comment nullable default_value

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

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/draft/2020-12/schema",
  "name": "IcebergTableColumn",
  "type": "object",
  "properties": {
    "name": {
      "type": "string"
    },
    "datatype": {
      "type": "string"
    },
    "comment": {
      "type": "string"
    },
    "nullable": {
      "type": "boolean"
    },
    "default_value": {
      "type": "string"
    }
  }
}