Unable to write to Volume from DLT pipeline

melbourne
Contributor

Hi,

I've a DLT pipeline running in Unity Catalog, and one of the task is to write content into a file within volume.

I was able to write to file within volume using just PySpark, however when I do the same in DLT, I get an error:

OSError: [Errno 30] Read-only file system: '/Volumes'

Has anyone faced this issue?