Snowflake · JSON Structure

Table Table Structure

Type: object Properties: 25
Data LakesData SharingData WarehousingDatabaseSQL

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

Properties

name kind cluster_by enable_schema_evolution change_tracking data_retention_time_in_days max_data_extension_time_in_days default_ddl_collation columns constraints comment created_on database_name schema_name rows bytes owner dropped_on automatic_clustering search_optimization search_optimization_progress search_optimization_bytes owner_role_type budget table_type

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

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/draft/2020-12/schema",
  "name": "Table",
  "type": "object",
  "properties": {
    "name": {
      "type": "string"
    },
    "kind": {
      "type": "string"
    },
    "cluster_by": {
      "type": "array"
    },
    "enable_schema_evolution": {
      "type": "boolean"
    },
    "change_tracking": {
      "type": "boolean"
    },
    "data_retention_time_in_days": {
      "type": "integer"
    },
    "max_data_extension_time_in_days": {
      "type": "integer"
    },
    "default_ddl_collation": {
      "type": "string"
    },
    "columns": {
      "type": "array"
    },
    "constraints": {
      "type": "array"
    },
    "comment": {
      "type": "string"
    },
    "created_on": {
      "type": "string"
    },
    "database_name": {
      "type": "string"
    },
    "schema_name": {
      "type": "string"
    },
    "rows": {
      "type": "integer"
    },
    "bytes": {
      "type": "integer"
    },
    "owner": {
      "type": "string"
    },
    "dropped_on": {
      "type": "string"
    },
    "automatic_clustering": {
      "type": "boolean"
    },
    "search_optimization": {
      "type": "boolean"
    },
    "search_optimization_progress": {
      "type": "integer"
    },
    "search_optimization_bytes": {
      "type": "integer"
    },
    "owner_role_type": {
      "type": "string"
    },
    "budget": {
      "type": "string"
    },
    "table_type": {
      "type": "string"
    }
  }
}