Snowflake · JSON Structure

Stream Stream Source View Structure

Type: object Properties: 3
Data LakesData SharingData WarehousingDatabaseSQL

StreamSourceView 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

append_only show_initial_rows base_tables

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

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/draft/2020-12/schema",
  "name": "StreamSourceView",
  "type": "object",
  "properties": {
    "append_only": {
      "type": "boolean"
    },
    "show_initial_rows": {
      "type": "boolean"
    },
    "base_tables": {
      "type": "array"
    }
  }
}