UmaMahesh1
Honored Contributor III

The reason why we store credentials as databricks secrets is to protect credentials when you run your jobs / notebooks. However to avoid accidental display of these secrets, databricks redacts these secrets.

The same can be found in the below documentation.

https://docs.databricks.com/security/secrets/redaction.html

Uma Mahesh D