databricks/databricks-vscode

[BUG] Cannot authenticate through Databricks extension in VSCode - databricks.connection.configureWorkspace: ENOENT: no such file or directory, mkdir

Natasha-Databricks opened this issue · 1 comments

Describe the bug
I am trying to access my Databricks workspace via the VSCode extension on a MacBook and run into authentication issues.

To Reproduce
Steps to reproduce the behavior:

  1. Install Databricks extension
  2. Follow documentation: https://docs.databricks.com/en/dev-tools/vscode-ext.html
  3. At step Configure Databricks Workspace , paste URL
  4. Authenticate using OAuth or Azure cli (assumed installed cli)
  5. See error

Screenshots
image

System information:

  1. Mac OS Ventura Version 13.5.1 (22G90)
  2. 1.1.1

Databricks Extension Logs
Error running command databricks.connection.configureWorkspace: ENOENT: no such file or directory, mkdir '/Natasha-Databricks'

Additional context
Add any other context about the problem here.

Comment: I tried now again with a different workspace and a new cluster (Databricks runtime > 13.3 +), and it worked. Leaving the bug open for documentation purposes in case someone else encounters the same problem.