Databricks · Schema

GcpAttributes

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

Properties

Name Type Description
use_preemptible_executors boolean
google_service_account string
availability string
View JSON Schema on GitHub

JSON Schema

databricks-gcp-attributes-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "title": "GcpAttributes",
  "type": "object",
  "properties": {
    "use_preemptible_executors": {
      "type": "boolean"
    },
    "google_service_account": {
      "type": "string"
    },
    "availability": {
      "type": "string"
    }
  }
}