cancel
Showing results forย 
Search instead forย 
Did you mean:ย 
Data Governance
Join discussions on data governance practices, compliance, and security within the Databricks Community. Exchange strategies and insights to ensure data integrity and regulatory compliance.
cancel
Showing results forย 
Search instead forย 
Did you mean:ย 

Privileges

Tommabip
New Contributor III

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

1 ACCEPTED SOLUTION

Accepted Solutions

Tommabip
New Contributor III

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

View solution in original post

1 REPLY 1

Tommabip
New Contributor III

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