I added a secret scope to the databricks environment, and I get this error when trying to run either of the following:
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-06-2023 11:01 AM
Commands Attempted:
dbutils.secrets.listScopes()
dbutils.secrets.get(scope = "{InsertScope}", key = "{InsertKey}")
Error:
"
shaded.v245.com.fasterxml.jackson.core.JsonParseException: Unexpected character ('<' (code 60)): expected a valid value (number, String, array, object, 'true', 'false' or 'null')"
I have not seen any similar posts online. Please advise on what the error could be.