UmaMahesh1
Honored Contributor III

As for the second part, if you want to get those secrets, there is a workaround.

secrets = dbutils.secrets.get(scope="scopeName", key="KeyName")

for value in secrets :

print(value , end=" ")

Hope this helps..

Uma Mahesh D