Can't get databricks secret value from this api
case-k-git opened this issue · 0 comments
case-k-git commented
I would like to get secret value by using this databricks-cli repository. But currently there are not such a method and API.
https://github.com/databricks/databricks-cli/blob/main/databricks_cli/secrets/api.py
I have checked api doc and seems to be there are no such api .
https://docs.databricks.com/api/workspace/secrets
so currently I am using dbutils.secrets.get
method when I want to use Databricks secret method.
Are there any way to get secret data from API? and how do you think add get secret method in this repository.