Databricks integration (Data, Developer Tools). Imported from open-connector.
{host}/api/2.0/preview/scim/v2/Me
/api/2.2/jobs/list
| Param | Type | Required | Description |
|---|---|---|---|
| limit | integer | optional | The maximum number of results to return. |
| offset | integer | optional | The zero-based offset for paginated results. |
| name | string | optional | Filters jobs by name prefix. |
| expandTasks | boolean | optional | Include expanded tasks. |
| pageToken | string | optional | A page token returned by a previous Databricks response. |
/api/2.2/jobs/create
| Param | Type | Required | Description |
|---|---|---|---|
| settings | object | required | A raw Databricks API object. |
/api/2.2/jobs/runs/list
| Param | Type | Required | Description |
|---|---|---|---|
| jobId | integer | optional | The Databricks job ID. |
| limit | integer | optional | The maximum number of results to return. |
| offset | integer | optional | The zero-based offset for paginated results. |
| runType | string | optional | Run type. |
| activeOnly | boolean | optional | Only active runs. |
| completedOnly | boolean | optional | Only completed runs. |
| expandTasks | boolean | optional | Include expanded tasks. |
| startTimeFrom | integer | optional | Unix-millis start lower bound. |
| startTimeTo | integer | optional | Unix-millis start upper bound. |
/api/2.2/jobs/runs/get
| Param | Type | Required | Description |
|---|---|---|---|
| runId | integer | required | The Databricks run ID. |
/api/2.2/jobs/runs/get-output
| Param | Type | Required | Description |
|---|---|---|---|
| runId | integer | required | The Databricks run ID. |
/api/2.2/jobs/runs/submit
| Param | Type | Required | Description |
|---|---|---|---|
| run | object | required | A raw Databricks API object. |
/api/2.1/clusters/create
| Param | Type | Required | Description |
|---|---|---|---|
| cluster | object | required | A raw Databricks API object. |
/api/2.1/clusters/list-node-types
/api/2.1/clusters/list-zones
/api/2.1/clusters/spark-versions
/api/2.0/workspace/list
| Param | Type | Required | Description |
|---|---|---|---|
| path | string | required | The absolute Databricks workspace path. |
/api/2.0/workspace/get-status
| Param | Type | Required | Description |
|---|---|---|---|
| path | string | required | The absolute Databricks workspace path. |
/api/2.0/workspace/export
| Param | Type | Required | Description |
|---|---|---|---|
| path | string | required | The absolute Databricks workspace path. |
| format | string | optional | Export format. |
| directDownload | boolean | optional | Whether to return direct file content. |
/api/2.0/workspace/import
| Param | Type | Required | Description |
|---|---|---|---|
| path | string | required | The absolute Databricks workspace path. |
| content | string | required | Base64-encoded content. |
| format | string | optional | Import format. |
| language | string | optional | Notebook language. |
| overwrite | boolean | optional | Whether to overwrite. |
/api/2.0/workspace/mkdirs
| Param | Type | Required | Description |
|---|---|---|---|
| path | string | required | The absolute Databricks workspace path. |
/api/2.0/repos/{repoId}
| Param | Type | Required | Description |
|---|---|---|---|
| repoId | string | required | The Databricks repo ID. |
/api/2.0/secrets/scopes/list
/api/2.0/secrets/list
| Param | Type | Required | Description |
|---|---|---|---|
| scope | string | required | The Databricks secret scope name. |
/api/2.0/secrets/scopes/delete
| Param | Type | Required | Description |
|---|---|---|---|
| scope | string | required | The Databricks secret scope name. |