Update a Databricks data warehouse by ID
PUT/v1/public/data-warehouses/databricks/:id
Update a Databricks data warehouse by ID
Request
Path Parameters
Header Parameters
- application/json
Body
required
Array [
]
Array [
]
Array [
]
Possible values: non-empty
and <= 128 characters
Possible values: non-empty
and <= 128 characters
access
object
required
users
object[]
required
Possible values: non-empty
groups
object[]
required
Possible values: non-empty
Possible values: non-empty
Possible values: non-empty
connections
object[]
required
Possible values: non-empty
Possible values: [large_user_query_role
, small_user_query_role
, agg_creation_role
, system_query_role
, canary_query_role
]
Possible values: non-empty
Possible values: >= 1
and <= 65535
Possible values: non-empty
secretProperties
object
required
Responses
- 200
- 400
- 401
- 403
- 404
- 500
Warehouse updated
- application/json
- Schema
- Example (from schema)
Schema
Array [
]
connections
object[]
required
{
"id": "string",
"connections": [
{
"id": "string",
"name": "string"
}
]
}
Bad Request. Request may have invalid or missing parameters.
Missing or invalid api token
Forbidden. This error will occur if the user lacks the proper roles or permissions to perform this action.
No data warehouse that matches the provided id was found
A server error occurred. Check the error message for more details.