Hello,
I did the dbfs file load and loaded the file. but if i as admin run the python code it works fine but when user load the file (csv or other data file) user gets error as : user does not have permission to SELECT any file.
then i tried to go on the cluster and open notebook and run GRANT select on any file to 'user'
Operation not allowed: GRANT(line 1, pos 0) == SQL == GRANT SELECT on ANY FILE to REDACTED_LOCAL_PART@domain.com' ^^^
what i am doing wrong? how to solve it
Thanks