diff --git a/docs-v2/integrations/all/databricks.mdx b/docs-v2/integrations/all/databricks.mdx index ca8a183735a..7f3454b194d 100644 --- a/docs-v2/integrations/all/databricks.mdx +++ b/docs-v2/integrations/all/databricks.mdx @@ -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) Add Getting Started links and Gotchas by [editing this page](https://github.com/nangohq/nango/tree/master/docs-v2/integrations/all/databricks.mdx) diff --git a/packages/shared/providers.yaml b/packages/shared/providers.yaml index a321600cc19..5b3c61a6027 100644 --- a/packages/shared/providers.yaml +++ b/packages/shared/providers.yaml @@ -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 @@ -1496,7 +1496,7 @@ 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 @@ -1504,7 +1504,7 @@ databricks-workspace: 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: @@ -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: