I just created a Databricks workspace on Azure and configured the access token for the Databricks CLI.
Everything works. Blob Storage mounts, JDBC database access and the CLI.
But: the filesystem looks strange. I remember that there where /Users
and /FileStore
under dbfs:/
when calling dbfs ls
. They are missing.
When choosing "Copy File Path" for a notebook, the path is the expected /Users/[email protected]/NoteBookName
but neither path nor notebook show up when calling dbfs ls
.
What is going on here?