Hiding schema in metabase with SQL queries access to different groups

How can we hide the complete schema from the metabase?
I tried to hide all the tables for a particular schema but the same schema name is showing in the metabase but on clicking that schema, its showing not found which is fine. But ideally that schema name should not be there.

Hi @abhi1986
The way that requests are made and how data is stored and returned, then the schema is visible via Browse Data. It would require some restructuring before it could be hidden there. Most other places the schema should be hidden, since the requests are getting table information.

There's now an issue open for this:
https://github.com/metabase/metabase/issues/16282 - upvote by clicking :+1: on the first post

1 Like