Share via

browse access

arkiboys 9,706 Reputation points
Sep 22, 2023, 4:09 AM

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.
2,384 questions
0 comments No comments
{count} votes

Accepted answer
  1. Amira Bedhiafi 31,296 Reputation points
    Sep 22, 2023, 3:28 PM

    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 Answers by the question author, which helps users to know the answer solved the author's problem.