Test a Databricks data warehouse connection
GET/v1/public/data-warehouses/databricks/:id/connections/:connectionId/test
Test a Databricks data warehouse connection
Request
Path Parameters
id stringrequired
connectionId stringrequired
Header Parameters
Authorization string
Responses
- 200
- 400
- 401
- 403
- 404
- 500
Checks whether connection can be established
- application/json
- Schema
- Example (from schema)
Schema
Array [
]
succeeded booleanrequired
message stringrequired
[
{
"succeeded": true,
"message": "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 or connection that matches the provided id was found
A server error occurred. Check the error message for more details.
Loading...