Snowflake · JSON Structure

Stream Stream Source Table Structure

Type: object Properties: 2
Data LakesData SharingData WarehousingDatabaseSQL

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

Properties

append_only show_initial_rows

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

JSON Structure

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