cancel
Showing results forย 
Search instead forย 
Did you mean:ย 
Data Governance
Join discussions on data governance practices, compliance, and security within the Databricks Community. Exchange strategies and insights to ensure data integrity and regulatory compliance.
cancel
Showing results forย 
Search instead forย 
Did you mean:ย 

Permission to view the tables within customers

issibra
New Contributor III

In databricks course V3 Unity catalog session I could not understand the answer of this question, can someone please enlighten me ?

A senior data engineer with workspace identity privileges has created the schema customers within a Unity Catalog namespace. They need to grant another data engineer on their team permission to view the tables within customers. The second data engineer has the username data.engineer@company.com

Which of the following commands can the senior data engineer use to accomplish this? Select one response. 

  • GRANT USAGE CREATE ON SCHEMA customers TO `data.engineer@company.com`
  • GRANT CREATE ON SCHEMA customers TO `data.engineer@company.com`; !!!!! 
  • GRANT ALL PRIVILEGES ON SCHEMA customers TO `data.engineer@company.com` 
  • GRANT USAGE ON SCHEMA `data.engineer@company.com` TO customers; 
  • GRANT USAGE ON SCHEMA customers TO `data.engineer@company.com`

The correct answer according to Databricks is the 2nd, do we need the Create permission just to give the permission to view a table ?

Thank you !

1 ACCEPTED SOLUTION

Accepted Solutions

issibra
New Contributor III
1 REPLY 1

issibra
New Contributor III

Connect with Databricks Users in Your Area

Join a Regional User Group to connect with local Databricks users. Events will be happening in your city, and you wonโ€™t want to miss the chance to attend and share knowledge.

If there isnโ€™t a group near you, start one and help create a community that brings people together.

Request a New Group