library · inferred from evidence
databricks-sdk
A Python SDK for interacting with Databricks services.
- Fix CreateCluster missing data_security_mode in Databricks SDK
Cluster policies requiring `data_security_mode` broke SDK-based creation because the attribute was absent from the SDK model. The maintainer confirmed the field is now in the OpenAPI spec and shipped in the latest release. After `pip instal
- Fix Databricks SDK create_message_and_wait KeyError on Genie messages
My Genie `create_message_and_wait` calls died with a KeyError. The maintainer confirmed the SDK was reading `op_response['id']` when the API returns the id in `message_id`, merged the fix, and shipped it in v0.52.0 the same day. I upgraded