Is there an option to apply data refresh Quarterly on the dataset in Quicksight. I have experimented with this,
Add New Schedule → Full refresh → selected Frequency as Monthly → but it does refresh on one day every month (it is just showing the days of the month).
That’s correct @Max . Hi @shravya , You can use Event trigger ( which follow the cron schedule) and call a lambda function which internally call the create ingestion to refresh the data set. The pipeline will be like
Event Trigger → Lambda → Create ingestion
I used event trigger and lambda for many cloud automation, its easy and very flexible.