Snowflake · JSON Structure

Cortex Analyst Status Update Structure

Type: object Properties: 3
Data LakesData SharingData WarehousingDatabaseSQL

StatusUpdate 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

status status_message request_id

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

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/draft/2020-12/schema",
  "name": "StatusUpdate",
  "type": "object",
  "properties": {
    "status": {
      "type": "string"
    },
    "status_message": {
      "type": "string"
    },
    "request_id": {
      "type": "string"
    }
  }
}