Azure Databricks · JSON Structure

Azure Databricks Job Settings Structure

Type: object Properties: 13
AnalyticsApache SparkBig DataData EngineeringMachine Learning

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

Properties

name tags tasks job_clusters notification_settings timeout_seconds max_concurrent_runs trigger continuous format queue parameters run_as

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

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/draft/2020-12/schema",
  "name": "JobSettings",
  "type": "object",
  "properties": {
    "name": {
      "type": "string"
    },
    "tags": {
      "type": "object"
    },
    "tasks": {
      "type": "array"
    },
    "job_clusters": {
      "type": "array"
    },
    "notification_settings": {
      "type": "object"
    },
    "timeout_seconds": {
      "type": "integer"
    },
    "max_concurrent_runs": {
      "type": "integer"
    },
    "trigger": {
      "type": "object"
    },
    "continuous": {
      "type": "object"
    },
    "format": {
      "type": "string"
    },
    "queue": {
      "type": "object"
    },
    "parameters": {
      "type": "array"
    },
    "run_as": {
      "type": "object"
    }
  }
}