Snowflake · JSON Structure

Task Task Run Structure

Type: object Properties: 14
Data LakesData SharingData WarehousingDatabaseSQL

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

Properties

root_task_name database_name schema_name state first_error_task_name first_error_code first_error_message scheduled_time query_start_time next_scheduled_time completed_time root_task_id graph_version run_id

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

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/draft/2020-12/schema",
  "name": "TaskRun",
  "type": "object",
  "properties": {
    "root_task_name": {
      "type": "string"
    },
    "database_name": {
      "type": "string"
    },
    "schema_name": {
      "type": "string"
    },
    "state": {
      "type": "string"
    },
    "first_error_task_name": {
      "type": "string"
    },
    "first_error_code": {
      "type": "integer"
    },
    "first_error_message": {
      "type": "string"
    },
    "scheduled_time": {
      "type": "string"
    },
    "query_start_time": {
      "type": "string"
    },
    "next_scheduled_time": {
      "type": "string"
    },
    "completed_time": {
      "type": "string"
    },
    "root_task_id": {
      "type": "string"
    },
    "graph_version": {
      "type": "integer"
    },
    "run_id": {
      "type": "integer"
    }
  }
}