Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-09-2023 06:56 PM
@Mohammad Saber :
Table Access Control (TAC) is a security feature in Databricks that allows you to control access to tables and views in Databricks. With TAC, you can restrict access to specific tables or views to specific users, groups, or roles.
To set up and configure TAC in Databricks, you can follow these steps:
- Create a new workspace in Databricks or use an existing one.
- In the workspace, go to the "Admin Console" and click on the "Permissions" tab.
- Click on the "Table Access Control" tab and enable it.
- Under "TAC Rules," click on the "Add Rule" button.
- In the "Add Rule" dialog box, select the database and table or view that you want to restrict access to.
- Under "Action," select the type of access you want to restrict, such as "Read" or "Write."
- Under "Principal," select the user, group, or role that you want to restrict access for.
- Click on the "Add" button to save the rule.
- Repeat steps 4-8 for each table or view that you want to restrict access to.
- Once you have added all the TAC rules you need, click on the "Save" button to apply the changes.
- Test the TAC rules by logging in as a user or role that you have restricted access for and trying to access the restricted tables or views.
That's it! You have now set up and configured TAC in Databricks.