Are there any python API bindings for the Databricks Account API?

iwan_aucamp
New Contributor III

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.

Anonymous
Not applicable

@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

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.