mhiltner
Databricks Employee
Databricks Employee

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) 

View solution in original post