From 5c46dffee9f03cd11e92bc36c723d88da345e590 Mon Sep 17 00:00:00 2001 From: Juan Diaz Date: Tue, 27 May 2025 04:52:23 -0400 Subject: [PATCH] Add Databricks (#507) * Add Databricks * Update README.md --------- Co-authored-by: Marcel Cruz <12413903+marcelscruz@users.noreply.github.com> --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 8f8b5de4..52546edd 100644 --- a/README.md +++ b/README.md @@ -323,6 +323,7 @@ | API | Description | Auth | HTTPS | CORS | |---|---|---|---|---| | [Box](https://developer.box.com/) | File Sharing and Storage | `OAuth`| Yes | Unknown | +| [Databricks](https://docs.databricks.com/api/workspace/introduction) | Manage Databricks workspaces, clusters, jobs, and notebooks via a Rest API | `apiKey` | Yes | Unknown | | [Delta Lake](https://docs.delta.io/latest/delta-apidoc.html) | Open-source storage framework enabling Lakehouse architecture with Spark, PrestoDB, Flink, Trino, Hive, and APIs | No | No | Unknown | | [ddownload](https://ddownload.com/api) | File Sharing and Storage | `apiKey` | Yes | Unknown | | [Dropbox](https://www.dropbox.com/developers) | File Sharing and Storage | `OAuth`| Yes | Unknown |