We are trying to investigate how we can trigger a Sisense data model (schema) refresh from the API. This call would be made after a data pipeline schema change. We’ll need the calls to make to "Refre...
Refresh Schema via API
Sushant_Cropin
07-11-2024Cloud Apps
The parameter for triggering a Refresh Schema is "schemaOrigin": "latest"
/api/v2/builds
POST
{
"datamodelId": "",
"buildType": "schema_changes",
"rowLimit": 0,
"schemaOrigin": "latest"
}
The best way we have found is to do the data transformation and then trigger this API call on a separate EC.