Snowflake · JSON Structure

Stream Stream Source Structure

Type: object Properties: 4
Data LakesData SharingData WarehousingDatabaseSQL

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

Properties

src_type name database_name schema_name

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

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/draft/2020-12/schema",
  "name": "StreamSource",
  "type": "object",
  "properties": {
    "src_type": {
      "type": "string"
    },
    "name": {
      "type": "string"
    },
    "database_name": {
      "type": "string"
    },
    "schema_name": {
      "type": "string"
    }
  }
}