Skip to content

Commit 2f17e13

Browse files
authored
Update how-to-create-tumbling-window-trigger.md
adding a note from customer
1 parent df6dd1d commit 2f17e13

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

articles/data-factory/how-to-create-tumbling-window-trigger.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -150,6 +150,9 @@ To use the **WindowStart** and **WindowEnd** system variable values in the pipel
150150

151151
If the startTime of trigger is in the past, then based on this formula, M=(CurrentTime- TriggerStartTime)/TumblingWindowSize, the trigger will generate {M} backfill(past) runs in parallel, honoring trigger concurrency, before executing the future runs. The order of execution for windows is deterministic, from oldest to newest intervals. Currently, this behavior can't be modified.
152152

153+
> [!NOTE]
154+
> Be aware that in this scenario, all runs from the selected startTime will be run before executing future runs. If you need to backfill a long period of time, doing an intial historical load is recommended.
155+
153156
### Existing TriggerResource elements
154157

155158
The following points apply to update of existing **TriggerResource** elements:

0 commit comments

Comments
 (0)