databricks-cli icon indicating copy to clipboard operation
databricks-cli copied to clipboard

Can't get databricks secret value from this api

Open case-k-git opened this issue 2 years ago • 0 comments

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.

case-k-git avatar Jul 05 '23 05:07 case-k-git