azure.datafactory.tools
azure.datafactory.tools copied to clipboard
Tumbling Window Triggers start date
I would like the following option when deploying a Tumbling Window trigger:
- if the trigger already exists in the target environment, don't change its start date
- if the trigger doesn't exist, change its start date as today's date
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.
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?