Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-10-2025 02:21 PM
Hi @adrianhernandez ,
The permissions error indicates you need to have the privileges for "any file".
To resolve this, Can you try by adding the corresponding permissions and see if it works:
%sql GRANT SELECT ON ANY FILE TO `username`
%sql GRANT MODIFY ON ANY FILE TO `username`
Here's also a KB describing this https://kb.databricks.com/data/user-does-not-have-permission-select-on-any-file
Thanks!