Is there a way for elasticubes to be scheduled in relation to day of the month (like there is currently an option for day of the week)? It would be convenient to schedule some cubes to be something a...
As mentioned, the native Build Scheduler supports daily or interval-based schedules but does not provide options for custom schedules, such as multiple specific times within a month.
To customize ad-hoc builds, you can utilize the Sisense API endpoint for Builds (2.0 POST ​/builds) to create a custom script. This script can then be integrated with a local scheduler, such as a Cron job, to initiate the build at the specified time.
Please find the related Documentation for using the Data Models API and Screenshot for the related Section.