Snowflake · JSON Structure

Stream Stream Structure

Type: object Properties: 13
Data LakesData SharingData WarehousingDatabaseSQL

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

Properties

created_on name comment database_name schema_name owner table_name stale mode stale_after invalid_reason owner_role_type type

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

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/draft/2020-12/schema",
  "name": "Stream",
  "type": "object",
  "properties": {
    "created_on": {
      "type": "string"
    },
    "name": {
      "type": "string"
    },
    "comment": {
      "type": "string"
    },
    "database_name": {
      "type": "string"
    },
    "schema_name": {
      "type": "string"
    },
    "owner": {
      "type": "string"
    },
    "table_name": {
      "type": "string"
    },
    "stale": {
      "type": "boolean"
    },
    "mode": {
      "type": "string"
    },
    "stale_after": {
      "type": "string"
    },
    "invalid_reason": {
      "type": "string"
    },
    "owner_role_type": {
      "type": "string"
    },
    "type": {
      "type": "string"
    }
  }
}