Databricks · JSON Structure

Databricks Create Job Request Structure

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

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

Properties

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

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

JSON Structure

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