Databricks · Schema

ClusterEvent

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

Properties

Name Type Description
cluster_id string
timestamp integer
type string
details object
View JSON Schema on GitHub

JSON Schema

databricks-cluster-event-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "title": "ClusterEvent",
  "type": "object",
  "properties": {
    "cluster_id": {
      "type": "string"
    },
    "timestamp": {
      "type": "integer"
    },
    "type": {
      "type": "string"
    },
    "details": {
      "type": "object"
    }
  }
}