Is it possible to restrict the schema view in DBSQL to only those schemas that users have access to?
Anonymous
Not applicable
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-24-2021
09:58 PM
- last edited on
03-21-2025
05:49 AM
by
Advika
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-25-2021 03:23 AM
Currently what they see is what they have access too.
In regular databases there are 3 layers to the structure database.schema.object. you can normally restrict ACLs by schema as a namespace. We currently don't have schema as an option, it's just database.object. well really it's catalog.database.object. happy to clarify if it doesn't make sense.