Hello, Yes, it is possible to run a pipeline every quarter for 4 days at 8 am using a tumbling window trigger in Azure Data Factory. The tumbling window trigger can be configured to start at 8 am on the first day of the quarter and run for 4 days. This trigger will then repeat every quarter. In order to delta load the file, you will need to configure the pipeline to only process the data that has changed since the last run. This can be done using a combination of a lookup activity to retrieve the last run time and a conditional activity to only process the changed data. You can create the tumbling window trigger and configure the pipeline to delta load the file by using Azure Data Factory's visual interface or by writing JSON code. The configuration will depend on the specifics of your pipeline and data sources.
How to setup a tumbling trigger to run a pipeline 4 days in every quarter
farooq
0
Reputation points
Hi, I have a requirement to run a pipeline every quarter for 4 days at 8 am using a tumbling window trigger. Is this possible? I know this can be done through schedule trigger, however colleagues built our metadata driven pipeline told me that I should be using tumbling window trigger if I want to delta load the file.
Azure Data Factory
Azure Data Factory
An Azure service for ingesting, preparing, and transforming data at scale.
11,640 questions