library · inferred from evidence
databricks-sdk
A Python SDK for interacting with Databricks services.
- Query History list() does not pass filter_by correctly
Covers this Databricks problem: Query History list() does not pass filter_by correctly. Query History list() not passing filter_by correctly: the backend-side fix was released, so upgrade the SDK.
- Databricks SDK: ClustersAPI.create missing data_security_mode
Calling ClustersAPI.create with data_security_mode failed because the field was missing from the SDK generated model. Upgrade the SDK to the latest release; the field is in the current OpenAPI spec.