Sync Datasource using the API
datasourceId
POST https://api.usedatabrain.com/api/v2/datasource/sync
POST <SELF_HOSTED_URL>/api/v2/datasource/sync
POST /datasource/sync
{ "input": { "datasourceId": "ba8e6e45-d864-4d00-a07a-008507828114" // ?id= } }
{ "data": { "message": "Sync completed" } }
POST /datasource/getDatasourceProgress
{ "status": { "progress": "16/16", "error": "" } }
{ "status": { "progress": "0/...", "error": "" } }
{ "status": { "progress": "0/...", "error": "Error: Bind error data type" } }