Skip to content

Commit 79fb3f3

Browse files
authored
Merge pull request #54148 from spagarwa/patch-3
Guidance to use self dependency
2 parents 78e38c0 + ac4796f commit 79fb3f3

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

articles/data-factory/tumbling-window-trigger-dependency.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,10 @@ The following table provides the list of attributes needed to define a Tumbling
8585
8686
## Tumbling window self-dependency properties
8787

88-
In scenarios where the trigger should not proceed to next window until the previous window is successfully completed, build a self-dependency. A self-dependency trigger that is dependent on the success of earlier runs of itself within the previous hr will have the below properties:
88+
In scenarios where the trigger shouldn't proceed to the next window until the preceding window is successfully completed, build a self-dependency. A self-dependency trigger that's dependent on the success of earlier runs of itself within the preceding hour will have the properties indicated in the following code.
89+
90+
> [!NOTE]
91+
> If your triggered pipeline relies on the output of pipelines in previously triggered windows, we recommend using only tumbling window trigger self-dependency. To limit parallel trigger runs, set the maximimum trigger concurrency.
8992
9093
```json
9194
{

0 commit comments

Comments
 (0)