Skip to content

Commit

Permalink
cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
hassan254-prog committed Oct 28, 2024
1 parent 0a6a242 commit 516db09
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 10 deletions.
2 changes: 1 addition & 1 deletion docs-v2/integrations/all/databricks.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,6 @@ API configurations: [`databricks-account`](https://nango.dev/providers.yaml), [`

- Databricks provides authentication at both the workspace and account levels.
- For the account level, the `accountId` can be obtained by clicking on the down arrow next to your username in the upper-right corner.
- For the workspace level, both `workspaceUrl` and `databricksInstance` refer to the workspace URL of your Databricks deployment. For more details, please visit [Get identifiers for workspace objects](https://docs.databricks.com/en/workspace/workspace-details.html#workspace-url)
- For the workspace level, the `databricksInstance` refers to the workspace URL of your Databricks deployment. For more details, please visit [Get identifiers for workspace objects](https://docs.databricks.com/en/workspace/workspace-details.html#workspace-url)

<Note>Add Getting Started links and Gotchas by [editing this page](https://github.com/nangohq/nango/tree/master/docs-v2/integrations/all/databricks.mdx)</Note>
12 changes: 3 additions & 9 deletions packages/shared/providers.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -1477,7 +1477,7 @@ coupa-compass:
format: hostname

databricks-account:
display_name: Databricks(Account Level)
display_name: Databricks (Account Level)
categories:
- analytics
auth_mode: OAUTH2_CC
Expand All @@ -1496,15 +1496,15 @@ databricks-account:
example: 123e4567-e89b-12d3-a456-426614174000

databricks-workspace:
display_name: Databricks(Workspace Level)
display_name: Databricks (Workspace Level)
categories:
- analytics
auth_mode: OAUTH2_CC
token_url: https://${connectionConfig.databricksInstance}/oidc/v1/token
token_params:
grant_type: client_credentials
proxy:
base_url: https://${connectionConfig.workspaceUrl}/api/2.0/
base_url: https://${connectionConfig.databricksInstance}/api/2.0/
docs: https://docs.nango.dev/integrations/all/databricks
connection_config:
databricksInstance:
Expand All @@ -1513,12 +1513,6 @@ databricks-workspace:
description: The instance to your databricks deployment
pattern: '^[a-z0-9_-]+(\.[a-z0-9_-]+)*$'
example: dbc-a1b2345c-d6e7.cloud.databricks.com
workspaceUrl:
type: string
title: Workspace URL
description: The base workspace URL to your account
pattern: '^[a-z0-9_-]+(\.[a-z0-9_-]+)*$'
example: dbc-a1b2345c-d6e7.cloud.databricks.com

#Untested configuration. Please reach out if you have a test account that we can use to test it.
datev:
Expand Down

0 comments on commit 516db09

Please # to comment.