Snowflake · JSON Structure

Table Table As Select Structure

Type: object Properties: 3
Data LakesData SharingData WarehousingDatabaseSQL

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

Properties

name columns cluster_by

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

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/draft/2020-12/schema",
  "name": "TableAsSelect",
  "type": "object",
  "properties": {
    "name": {
      "type": "string"
    },
    "columns": {
      "type": "array"
    },
    "cluster_by": {
      "type": "array"
    }
  }
}