DataBricks Rust client and/or OpenAPI spec

174817
New Contributor III

Hi,

I'm looking for a DataBricks client for Rust.  I could only find these SDK implementations.

Alternatively, I would be very happy with the OpenAPI spec.  Clearly one exists: the Go SDK implementation contains code to generate itself from such a spec, and the `databricks` CLI contains an entire spec as a blob of a JSON ASCII string (try strings `which databricks | less` and search for "description": "List of Databricks jobs")

Where can I get either of these, please?

 

Thanks!