AssafHanina
08-02-2024Sisense Employee
hey btrevizan ,
I recommend considering the option of using Build Automation with a POST /builds request.
Please find related Documentation
Using the API provide many advantages:
- Granular Control: The /builds API in V2 endpoint provides more granular control over individual build processes.
- Flexibility: Using the API allows for greater flexibility in automation. You can integrate build triggers into custom applications, scripts, or workflows, enabling more complex scenarios than what might be supported by the build scheduler alone.
- Custom Triggers: You can set up custom triggers for builds based on specific conditions or events that might not be easily accommodated by the build scheduler. For example, triggering a build after data update in the Source Data Base.
- Managing the Number of Parallel Builds: Offers the flexibility to control the number of cubes being built simultaneously in Sisense, allowing for more efficient use of resources and better performance management.
Best Regards