Tim
03-12-2026Data Integration
Schedule builds in bulk
I want to schedule all my cubes to build at 2am. Or provide a list of cube names and what time each should build. Currently, I do this manually through the UI. Is there a better way?
Hey Tim​ ,
The schedule build is the native approach, but you can leverage the API in order to set a build automatically according to the time require.
To trigger build via API, use POST V2/Builds in Sisense 2.0 API Version
Optional way is to run Python script which will:
Please note that it's less recommend to run many builds at the same time since it's consume resources, so it's better to spread the builds and additionally review the build consumptions via Grafana tool
best regards