Databricks · Schema

JobCluster

AIAnalyticsApache SparkBig DataClean RoomsCloud ComputingDataData AnalyticsData EngineeringData GovernanceDelta LakeDelta SharingETLIdentity ManagementLakehouseMachine LearningMLflowModel ServingSecuritySQLUnity CatalogVector SearchVisualize

Properties

Name Type Description
job_cluster_key string A unique key for the job cluster. Referenced by tasks using job_cluster_key.
View JSON Schema on GitHub

JSON Schema

databricks-job-cluster-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "title": "JobCluster",
  "type": "object",
  "properties": {
    "job_cluster_key": {
      "type": "string",
      "description": "A unique key for the job cluster. Referenced by tasks using job_cluster_key."
    }
  }
}