Azure Databricks · Schema

InitScriptInfo

Configuration for a cluster init script

AnalyticsApache SparkBig DataData EngineeringMachine Learning

Properties

Name Type Description
workspace object
volumes object
dbfs object
abfss object
View JSON Schema on GitHub

JSON Schema

azure-databricks-init-script-info-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "title": "InitScriptInfo",
  "type": "object",
  "description": "Configuration for a cluster init script",
  "properties": {
    "workspace": {
      "type": "object"
    },
    "volumes": {
      "type": "object"
    },
    "dbfs": {
      "type": "object"
    },
    "abfss": {
      "type": "object"
    }
  }
}