Databricks · JSON Structure

Databricks Run Task Structure

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

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

Properties

run_id task_key description state depends_on existing_cluster_id notebook_task spark_jar_task spark_python_task sql_task start_time setup_duration execution_duration cleanup_duration end_time cluster_instance attempt_number libraries

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

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/draft/2020-12/schema",
  "name": "RunTask",
  "type": "object",
  "properties": {
    "run_id": {
      "type": "integer"
    },
    "task_key": {
      "type": "string"
    },
    "description": {
      "type": "string"
    },
    "state": {
      "type": "object"
    },
    "depends_on": {
      "type": "array"
    },
    "existing_cluster_id": {
      "type": "string"
    },
    "notebook_task": {
      "type": "object"
    },
    "spark_jar_task": {
      "type": "object"
    },
    "spark_python_task": {
      "type": "object"
    },
    "sql_task": {
      "type": "object"
    },
    "start_time": {
      "type": "integer"
    },
    "setup_duration": {
      "type": "integer"
    },
    "execution_duration": {
      "type": "integer"
    },
    "cleanup_duration": {
      "type": "integer"
    },
    "end_time": {
      "type": "integer"
    },
    "cluster_instance": {
      "type": "object"
    },
    "attempt_number": {
      "type": "integer"
    },
    "libraries": {
      "type": "array"
    }
  }
}