browse access

arkiboys 9,686 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.
2,153 questions
0 comments No comments
{count} votes

Accepted answer
  1. Amira Bedhiafi 22,691 Reputation points
    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 Answers by the question author, which helps users to know the answer solved the author's problem.