
Ultimate access to all questions.
In a Databricks environment, a data scientist is handling a machine learning project that includes sensitive data. This project necessitates collaboration with external stakeholders who should have restricted access to the data. What is the most secure method for the data scientist to share the Databricks notebook with these external collaborators?
A
Create a shared secret key for external collaborators to access the notebook.
B
Export the notebook and share it via email with external collaborators.
C
Utilize Databricks Managed Identity to grant temporary access to external collaborators.
D
Use Databricks Workspace ACLs (Access Control Lists) to restrict access to specific users.