I'm trying to schedule my ADF pipelines to trigger in such a way that for the 25th-8th of every month it runs every 30 mins but on every other weekend, I want to change the frequency to every 8 hours to reduce the computation.
I tried using schedule triggers but the problem is I can't select both dates and which day of the week I want my pipeline to run. That creates an issue as to how I can add this degree of customization to the triggers.
So I'm looking for a way to figure that out.