Ultimate access to all questions.
Upgrade Now 🚀
Sign in to unlock AI tutor
In an organization that heavily utilizes custom SQL UDFs within Databricks, what is the best method to securely share and manage these UDFs across various teams?
A
Storing UDF definitions in a central Git repository and requiring individual team cloning for usage, bypassing Databricks‘ native sharing capabilities.
B
Utilizing Databricks notebooks to share UDFs, with access controls applied at the notebook level.
C
Embedding UDF definitions within Unity Catalog‘s shared metastores, applying fine-grained access control.
D
Registering UDFs globally without any restrictions, for ease of access across all teams.