Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-09-2024 08:23 AM
Try this. For some reason the quotes are crazy when using these commands.
GRANT USAGE ON CATALOG `uda_dev` TO `your-group`
GRANT SELECT ON SCHEMA uda_dev.default TO `your-group` (without quotes for the schema)