Circling back to this. With one of the recent releases you can now GRANT BROWSE at the catalog level! Hopefully they will be rolling this feature out at every object level (schemas and tables specifically).
Since you can't simply rename the schema, here are the steps you need to follow in order to "Rename a Schema". Create new Schema. CREATE SCHEMA `catalog`.`new_schema_name`; For every object in the schema create a copy in the new schema. Sample CTA...
hey @Rom - while this is a bit of a workaround to get to the intended end goal, it would be nice to see this functionality built into the catalog. From the responses in this thread it seems like this feature is coming. Was curious if anyone from Dat...
Hi all - @LandanG I wanted to bump this thread to see if there was any traction on giving us the ability to expose the table metadata to users (using USE <object> permission) while not allowing the users to SELECT from the tables themselves? I thin...