Print Databricks Secret
By default they are redacted, but you can cheat Databricks to still do so (in Python):
s = dbutils.secrets.get("scope", "secret")
displayHTML("<span/>".join(s))
By default they are redacted, but you can cheat Databricks to still do so (in Python):
s = dbutils.secrets.get("scope", "secret")
displayHTML("<span/>".join(s))