We have created secrets and scopes in datababricks and we are using dbUtils to access those secrets and scopes.
dbUtils.getSecret(SCOPE,KEY)
Unfortunately, this dbUtils function is not working on development environment, so I need advice on how to access this and what are the best possible alternative to get rid of this ?