Skip to content

Commit 2aeb1c8

Browse files
authored
Guidance to use self dependency
1 parent 21f9c54 commit 2aeb1c8

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

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

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -87,6 +87,9 @@ The following table provides the list of attributes needed to define a Tumbling
8787

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

90+
> [!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
92+
9093
```json
9194
{
9295
"name": "DemoSelfDependency",

0 commit comments

Comments
 (0)