-
Notifications
You must be signed in to change notification settings - Fork 6
Description
Currently script do not apply the permission to the directory and only apply to the folder and files within the directory location pass. Our delta lake structure is that we have folder for each table and if we want to apply permission to this table,, script won work as it wont apply permission on directory and any new files created within the folder will be ignore.
In below example we cannot pass directory location of schema as we dont want user to query all the tables within schema and if we pass table, it ignore the permission on table and only apply on the folders and files inside table directory. As this is delta lake, new files are created on every load overnight and it will not have the right permission.
Is there any chance to amend the script to apply permission on the directly itself that is passed
Database
Schema
Table