Forum Discussion

jjaeger94's avatar
jjaeger94
Helper II
2 years ago
Solved

Error When Attaching Environment to Notebook

After attaching a new environment to my Notebook, I can no longer access my files in the lakehouse through the abfss:// link without getting the following error: ValueError: unable to connect to a...
  • jjaeger94's avatar
    2 years ago
    mssparkutils.fs.mount("abfss:// path","/lakehouse/name")
    and mssparkutils.fs.getMountPath("/lakehouse/name") + "actual file name and path")
    ended up resolving the issue.