Alberto_Umana
Databricks Employee
Databricks Employee

Hi @jeremy98,

Looks like you don't have access can you navigate through the catalog to ensure you have the right permissions assigned to catalog schema and table?

You should have these permissions:

GRANT SELECT ON TABLE `catalog`.`02_gold_layer`.`example_table` TO `your_user`;
GRANT USAGE ON SCHEMA `catalog`.`02_gold_layer` TO `your_user`;
GRANT USAGE ON CATALOG `catalog` TO `your_user`;