Forum Discussion
jjaeger94
2 years agoHelper II
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...
- 2 years agomssparkutils.fs.mount("abfss:// path","/lakehouse/name")and mssparkutils.fs.getMountPath("/lakehouse/name") + "actual file name and path")ended up resolving the issue.
jjaeger94
2 years agoHelper II
mssparkutils.fs.mount("abfss:// path","/lakehouse/name")
and mssparkutils.fs.getMountPath("/lakehouse/name") + "actual file name and path")
ended up resolving the issue.
jjaeger94
2 years agoHelper II
Still not sure why the custom environment behavior differs from the default environment.