library · inferred from evidence
databricks-sdk
A Python SDK for interacting with Databricks services.
- Fix CreateCluster missing data_security_mode in Databricks SDK
Calling `ClustersAPI.create` with `data_security_mode` failed because the attribute was missing from the SDK's generated model. The maintainer confirmed the field had been added to the OpenAPI spec and is present in the latest SDK release.