service · inferred from evidence
Genie
A service referenced in the context of `create_message_and_wait` calls and API responses.
- 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