Unable to write to Volume from DLT pipeline
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-06-2024 01:32 AM
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?