I can't seem to get proper access to my databricks workspace without running into a Cannot read properties of undefined (reading 'path')-Error.
My setup so far:
- I am using databricks-connect with the official db extension
- I can click on the orange
Add databricks workspace to VSCode workspace-button and it seems to load my databricks workspace and somehow also connects it to a local clone of the same repo.
- I can see clusters, DBFS, secrets etc.,
- I can use my shared cluster as a python kernel (dbr 16.4, using databricks-connect 16.4)
- I CANNOT see the file tree of my workspace in the extension as shown in the README
- I CANNOT access the files and modules in my repo from within the kernel (imports do not work,
os.listdir() shows only some hidden directories