Snowflake · JSON Structure

Event Table Event Table Structure

Type: object Properties: 19
Data LakesData SharingData WarehousingDatabaseSQL

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

Properties

name cluster_by data_retention_time_in_days max_data_extension_time_in_days change_tracking default_ddl_collation comment created_on database_name schema_name owner owner_role_type rows bytes automatic_clustering search_optimization search_optimization_progress search_optimization_bytes columns

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

JSON Structure

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