library · inferred from evidence
databricks-sdk-py
The Python SDK for Databricks, referenced in the GitHub issue.
- 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.
- Fix AttributeError when setting depends_on in Databricks job tasks
Passing plain strings to `depends_on` broke with `AttributeError: str object has no attribute as_dict`. The correct shape is a list of `jobs.TaskDependency` objects, e.g.