Are there any python API bindings for the Databricks Account API?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-06-2023
01:24 AM
- last edited on
03-21-2025
06:29 AM
by
Advika
All I could find in terms of API bindings for python is https://pypi.org/project/databricks-cli/, and this does not include the Account API and it is also not official.
I will just use the OpenAPI spec, but just want to be sure I'm not doing unnecessary work.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-07-2023 10:11 PM
@Iwan Aucamp : Yes, there are Python API bindings available for the Databricks Account API.
For Databricks Account API with Python, please refer to the Databricks documentation: https://docs.databricks.com/dev-tools/api/latest/accounts.html#python-api-binding
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-16-2023 07:59 AM
That link is dead, also, I think the link should be https://docs.databricks.com/dev-tools/api/latest/account.html
But that has no mention of Python anywhere in the document.