Ultimate access to all questions.
The security team is evaluating the use of the Databricks secrets module for connecting to an external database.
After testing the code with all Python variables defined as strings, they store the password in the secrets module and configure the appropriate permissions for the active user. They then update their code as follows (keeping all other variables unchanged):
Question:
What will occur when the updated code is executed?