Databricks · JSON Structure

Databricks Init Script Info Structure

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

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

Properties

workspace volumes dbfs

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

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/draft/2020-12/schema",
  "name": "InitScriptInfo",
  "type": "object",
  "properties": {
    "workspace": {
      "type": "object"
    },
    "volumes": {
      "type": "object"
    },
    "dbfs": {
      "type": "object"
    }
  }
}