Azure-Player / azure.datafactory.tools

Tools for deploying Data Factory (v2) in Microsoft Azure
https://azureplayer.net/adftools
MIT License
209 stars 69 forks source link

Tumbling Window Triggers start date #292

Open francescoPizzolon opened 1 year ago

francescoPizzolon commented 1 year ago

I would like the following option when deploying a Tumbling Window trigger:

This is because I don't want Tumbling Window triggers to trigger windows from the "startDate" that was checked-in the code. This behaviour is quite disruptive when deploying to production.

henriquebrisola commented 1 year ago

Hi, I know this is not fully related, but do you have problems with StopStartTriggers trying to disable Tumbling Window triggers and causing the whole pipeline to fail? Have you overcome this?