Ultimate access to all questions.
Upgrade Now 🚀
Sign in to unlock AI tutor
In a multi-user environment where SQL UDFs are extensively used for data transformation within Databricks notebooks, which strategy ensures that UDFs are securely shared and executed only by authorized users?
A
Store UDF definitions in external databases and use Databricks secrets to control access to those databases.
B
Register UDFs globally and rely on Databricks runtime to enforce access control implicitly.
C
Utilize Unity Catalog‘s fine-grained access control to manage permissions on UDFs based on user roles and groups.
D
Embed UDF definitions within specific notebooks, controlling access at the notebook level using Databricks workspace ACLs.