Snowflake · Schema

Warnings

Represents a wrapper schema around Warning for streaming case

Data LakesData SharingData WarehousingDatabaseSQL

Properties

Name Type Description
warnings array
View JSON Schema on GitHub

JSON Schema

cortex-analyst-warnings-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "title": "Warnings",
  "type": "object",
  "description": "Represents a wrapper schema around Warning for streaming case",
  "properties": {
    "warnings": {
      "type": "array"
    }
  }
}