Share via

browse access

arkiboys 9,711 Reputation points
2023-09-22T04:09:06.37+00:00

I have given certain groups of users to have databricks sql access.

These users can select from delta tables in cells of the notebook.

Question:

how is it possible they can browse the catalog explorer and expand the tables to see columns...?

thank you

Azure Databricks
Azure Databricks

An Apache Spark-based analytics platform optimized for Azure.

0 comments No comments

Answer accepted by question author
  1. Amira Bedhiafi 41,376 Reputation points Volunteer Moderator
    2023-09-22T15:28:33.54+00:00

    By defulat, I believe that all users with Databricks SQL access also have browse access to the Catalog Explorer.

    You can use role-based access control (RBAC) to grant users only the permissions they need. For example, you could create a role that grants users the ability to run SQL queries on Delta tables, but not to browse the Catalog Explorer. Then, you could assign that role to the users who need it.

    Or use Unity Catalog ACLs to restrict access to specific tables and other objects where you could grant users read access to specific Delta tables, but not to the entire catalog.

    1 person found this answer helpful.

0 additional answers

Sort by: Most helpful

Your answer

Answers can be marked as 'Accepted' by the question author and 'Recommended' by moderators, which helps users know the answer solved the author's problem.