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.
- Fix Databricks SDK create_message_and_wait KeyError on Genie messages
Calling `genie.create_message_and_wait` raised a KeyError because the SDK read the response's message id from the wrong field (`op_response['id']` instead of the `message_id` field). The maintainer merged the fix in PR 960 and released it i