Guilherme Silva
Results
1
issues of
Guilherme Silva
It is possible to iterate over the return of dbutils.secrets.get and have the key value. Would that be correct? ``` value = dbutils.secrets.get(scope, key) for i in range (0, len(value))...