Monthly Elasticube Schedule
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 along the lines of '1st of month', '1st working day of month' or '1st monday of the month'? If this functionality isn't in Sisense already it would be useful for some of our dashboards that are only updated monthly.
elparkerrws
Posted 1 year ago·Last reply 1 year ago
2 comments
DRay
·1 year agoHi elparkerrws,
I’m following up to see if the solution offered by AssafHanina worked for you.
If so, please click the 'Accept as Solution' button on the appropriate post. That way other users with the same questions can find the answer. If not, please let us know so that we can continue to help.
Thank you.
Assaf Hanina
·1 year ago · Editedhey elparkerrws ,
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.
Best Regards