Snowflake · Schema

StatusUpdate

Data LakesData SharingData WarehousingDatabaseSQL

Properties

Name Type Description
status string The latest status for processing the request
status_message string A human readable description on the current request processing status
request_id string Unique request ID.
View JSON Schema on GitHub

JSON Schema

cortex-analyst-status-update-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "title": "StatusUpdate",
  "type": "object",
  "properties": {
    "status": {
      "type": "string",
      "description": "The latest status for processing the request"
    },
    "status_message": {
      "type": "string",
      "description": "A human readable description on the current request processing status"
    },
    "request_id": {
      "type": "string",
      "description": "Unique request ID."
    }
  }
}