Databricks: Add key to key Container (Secrets Scope) Using Rest API

Опубликовано: 01 Июнь 2026
на канале: The Machine Learning Engineer
263
8

shorts
Databricks: add key to key Container (Secrets Scope) Using Rest API
video    • ML & MLOPS Databricks:  Secrets & Integrat...  

Documentation (verify the correct provider Azure, GCP, AWS)

https://docs.databricks.com/api/works...

body ={
"scope": "test-dev",
"key": "test-key-2",
"string_value": "foobar3---"
}


string_value: If specified, note that the value will be stored in UTF-8 (MB4) form.


bytes_value: If specified, value will be stored as bytes.