Overview
The Databrain APIs provides endpoints to sync you Datasource in both Cloud Databrain and Selfhosted Databrain environment. To use the API, you need to pass a parameterdatasourceId
.
Self-hosted Databrain Endpoint
Headers
Request Body
Input object containing the datasource configuration.
The unique identifier of the datasource to sync. You can find this in the URL query params on the datasource page.
Request Example
Response Body
Get your datasourceId
from the URL query params on the datasource page.
Error Codes
- INVALID_REQUEST_BODY: The request body is invalid.
- DATASOURCE_ID_ERROR: The datasource ID provided does not exist or is invalid.