DataBricks Rust client and/or OpenAPI spec
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-18-2024 01:03 AM
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!