cancel
Showing results forย 
Search instead forย 
Did you mean:ย 
Data Engineering
Join discussions on data engineering best practices, architectures, and optimization strategies within the Databricks Community. Exchange insights and solutions with fellow data engineers.
cancel
Showing results forย 
Search instead forย 
Did you mean:ย 

DBFS Permissions

Anonymous
Not applicable

if there is permission control on the folder/file level in DBFS.

e.g. if a team member uploads a file to /Filestore/Tables/TestData/testfile, could we mask permissions on TestData and/or testfile?

2 REPLIES 2

brickster_2018
Databricks Employee
Databricks Employee

DBFS does not have ACL at this point

EFrG
New Contributor II

Hello @brickster_2018 , do you know if there has been any update on this? Also, is there any way to grant read and write access to user and limit their access to certain catalogs? (As in, does the GRANT SELECT ON ANY FILE TO username grant access to all the schemas?)