Hello @Azuretech - Thanks for the question and using MS Q&A platform.
To restrict users or groups from creating a new schema in the Unity Catalog Metastore in Azure Databricks, you need to remove their "Create Schema" permission from the catalog. You can follow these steps to do so:
- Log in to a workspace that is linked to the metastore.
- Click "Data" and select the "Catalog"
- In the "Permissions" tab, select the user or group that you want to restrict from creating a new schema.
- Scroll down to the "Privileges" section and remove the "Create Schema" permission from the user or group.
- Click on the "Grant" button to apply the changes.
Once you remove the "Create Schema" permission from the user or group, they will not be able to create a new schema in the Unity Catalog Metastore. Note that this permission only affects schema creation and does not impact their ability to use the default root storage location while creating tables.
This article explains how to control access to data and other objects in Unity Catalog: Manage privileges in Unity Catalog
Hope this helps. Do let us know if you any further queries.
If this answers your query, do click Accept Answer
and Yes
for was this answer helpful. And, if you have any further query do let us know.