Skip to content

Commit 68b9179

Browse files
Merge pull request #268441 from n0elleli/orch-docupdate
Update how-to-create-tumbling-window-trigger.md
2 parents a8f0a42 + 2f17e13 commit 68b9179

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)