Skip to content

Commit 11c662b

Browse files
authored
update wordings
1 parent 2aeb1c8 commit 11c662b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@ The following table provides the list of attributes needed to define a Tumbling
8888
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:
8989

9090
> [!NOTE]
91-
> Self dependency should only be used when streaming scenarios (incremental data computation requiring data from previous window to perform operations for next window) are needed. Please use concurrency to limit parallel trigger runs, instead of self dependency. This will keep the complexity of triggers and dependnecies simple
91+
> It is recommended to only use tumbling window trigger self-dependency if your triggered pipeline relies on the output of pipelines in previous triggered windows. If you wish to limit parallel trigger runs, set the maximimum trigger concurrency
9292
9393
```json
9494
{

0 commit comments

Comments
 (0)