Snowflake · JSON Structure

Dynamic Table Dynamic Table Structure

Type: object Properties: 21
Data LakesData SharingData WarehousingDatabaseSQL

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

Properties

name kind columns refresh_mode initialize warehouse cluster_by query data_retention_time_in_days max_data_extension_time_in_days comment created_on database_name schema_name rows bytes scheduling_state automatic_clustering owner owner_role_type budget

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

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/draft/2020-12/schema",
  "name": "DynamicTable",
  "type": "object",
  "properties": {
    "name": {
      "type": "string"
    },
    "kind": {
      "type": "string"
    },
    "columns": {
      "type": "array"
    },
    "refresh_mode": {
      "type": "string"
    },
    "initialize": {
      "type": "string"
    },
    "warehouse": {
      "type": "string"
    },
    "cluster_by": {
      "type": "array"
    },
    "query": {
      "type": "string"
    },
    "data_retention_time_in_days": {
      "type": "integer"
    },
    "max_data_extension_time_in_days": {
      "type": "integer"
    },
    "comment": {
      "type": "string"
    },
    "created_on": {
      "type": "string"
    },
    "database_name": {
      "type": "string"
    },
    "schema_name": {
      "type": "string"
    },
    "rows": {
      "type": "integer"
    },
    "bytes": {
      "type": "integer"
    },
    "scheduling_state": {
      "type": "string"
    },
    "automatic_clustering": {
      "type": "boolean"
    },
    "owner": {
      "type": "string"
    },
    "owner_role_type": {
      "type": "string"
    },
    "budget": {
      "type": "string"
    }
  }
}