Databricks · JSON Structure

Databricks Run Structure

Type: object Properties: 21
AIAnalyticsApache SparkBig DataClean RoomsCloud ComputingDataData AnalyticsData EngineeringData GovernanceDelta LakeDelta SharingETLIdentity ManagementLakehouseMachine LearningMLflowModel ServingSecuritySQLUnity CatalogVector SearchVisualize

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

Properties

job_id run_id run_name number_in_job original_attempt_run_id state tasks job_clusters cluster_spec cluster_instance start_time setup_duration execution_duration cleanup_duration end_time trigger run_type attempt_number creator_user_name run_page_url format

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

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/draft/2020-12/schema",
  "name": "Run",
  "type": "object",
  "properties": {
    "job_id": {
      "type": "integer"
    },
    "run_id": {
      "type": "integer"
    },
    "run_name": {
      "type": "string"
    },
    "number_in_job": {
      "type": "integer"
    },
    "original_attempt_run_id": {
      "type": "integer"
    },
    "state": {
      "type": "object"
    },
    "tasks": {
      "type": "array"
    },
    "job_clusters": {
      "type": "array"
    },
    "cluster_spec": {
      "type": "object"
    },
    "cluster_instance": {
      "type": "object"
    },
    "start_time": {
      "type": "integer"
    },
    "setup_duration": {
      "type": "integer"
    },
    "execution_duration": {
      "type": "integer"
    },
    "cleanup_duration": {
      "type": "integer"
    },
    "end_time": {
      "type": "integer"
    },
    "trigger": {
      "type": "string"
    },
    "run_type": {
      "type": "string"
    },
    "attempt_number": {
      "type": "integer"
    },
    "creator_user_name": {
      "type": "string"
    },
    "run_page_url": {
      "type": "string"
    },
    "format": {
      "type": "string"
    }
  }
}