Ultimate access to all questions.
A data engineer sets up a secret scope named 'prod' and adds a secret with the key 'authenticate' and the value 'my_unique_authentication'. What will be the outcome if the engineer runs the following command in a Python notebook: print(dbutils.secrets.get('prod', 'authenticate'))
?