
Answer-first summary for fast verification
Answer: Can Read permission
Databricks notebooks have 5 permission levels: 1. No permissions, 2. Can Read – Allows viewing notebook cells, adding comments, and running the notebook using the `%run` magic command or notebook workflows. 3. Can Run – Includes all Can Read permissions plus the ability to attach or detach notebooks from a cluster and run notebook cells. 4. Can Edit – Extends Can Run permissions with the ability to edit notebook cells. 5. Can Manage – Includes all Can Edit permissions and the ability to change notebook permissions. Therefore, granting 'Can Read' permission is sufficient for running an existing notebook with the `%run` command.
Author: LeetQuiz Editorial Team
Ultimate access to all questions.
No comments yet.
A new team member has joined a group of developers and wishes to execute an existing notebook using the %run magic command from their newly created notebook. What is the least privileged notebook-level permission that must be granted to this new member to allow them to run the existing notebook?
A
Can Manage permission
B
No permissions are required
C
Can Run permission
D
Can Edit permission
E
Can Read permission