Ultimate access to all questions.
Upgrade Now 🚀
Sign in to unlock AI tutor
A secret value stored in the env scope with its key set as password needs to be updated. A data engineer proposes executing the following command: databricks secrets put –scope env –key password. What will be the outcome of executing this command?
env
password
databricks secrets put –scope env –key password
A
The command will fail because the syntax is incorrect.
B
The command will execute successfully, replacing the old secret value with the new one.
C
The command will result in an error, as the previous secret must be deleted first.
D
The command will execute successfully, but the old secret value will remain unchanged.
E
The command will fail, requiring the scope to be deleted before execution.