- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-11-2025 12:35 AM
I'm working out a terraform script that creates a job that needs to write files in the volume.
When the job runs as me (I have full privileges), it encounters the following error if running with job compute: Permission error: operation not permitted
I managed to skip the error using serverless cluster on the same job but I need the job cluster for this task.
I succesfully run the notebook if I run it without the job, both using a serverless and interactive cluster
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-11-2025 12:58 AM
I think I found the solution, you need to specify the data_security_mode parameter as SINGLE_USER to grant access to the Unity Catalog