Get a Databricks data warehouse details by ID
GET/v1/public/data-warehouses/databricks/:id
Get a Databricks data warehouse details by ID
Request
Path Parameters
Header Parameters
Responses
- 200
- 400
- 401
- 403
- 404
- 500
Warehouse fetched
- application/json
- Schema
- Example (from schema)
Schema
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
{
"name": "string",
"connectionId": "string",
"isImpersonationEnabled": true,
"isCanaryAlwaysEnabled": true,
"isPartialAggHitEnabled": true,
"access": {
"users": [
{
"userName": "string"
}
],
"groups": [
{
"name": "string"
}
]
},
"database": "string",
"aggregateSchema": "string",
"id": "string",
"connections": [
{
"name": "string",
"queryRoles": [
"large_user_query_role"
],
"hosts": "string",
"port": 0,
"username": "string",
"secretProperties": {},
"httpPath": "string",
"extraJdbcFlags": "string",
"id": "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.