Upgrading sensors on Databricks
Use any of the following options to upgrade Databricks sensors:
Option1: From Unravel UI
Go to the Unravel Instance UI and click Workspaces. The Workspaces Manager page is displayed.
Click Add Workspace and enter the following details.
Field
Description
Workspace Id
Databricks workspace ID.
Workspace Name
Databricks workspace name.
Instance (Region) URL
Regional URL where the Databricks workspace is deployed.
Tier
Select a subscription option: Standard or Premium.
Token
Personal access token to authenticate to and access Databricks REST APIs. Refer to Authentication using Databricks personal access tokens to create personal access tokens.
Note
After you click the Add button, it will take around 2-3 minutes to register the Databricks Workspace with Unravel.
Option 2: From command-line using manager command.
Switch to Unravel user.
Add the workspace details using the manager command as follows from the Unravel installation directory:
/manager config databricks add --id <workspace-id> --name
<workspace-name>
--instance<workspace-instance>
--access-token<workspace-token>
--unravel-endpoint<unravel_server:port>
##For example: /manager config databricks add --id 5750490055138216 --name myfirstdatabricks01 --instance https://adb-5750490055138216.16.azuredatabricks.net --access-token dapi5add470eec2fe9efab809a2234b80aa1 --unravel-endpoint 01.01.01.01:4043