You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: articles/data-factory/tumbling-window-trigger-dependency.md
+5-5Lines changed: 5 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -20,6 +20,10 @@ This article provides steps to create a dependency on a tumbling window trigger.
20
20
21
21
In order to build a dependency chain and make sure that a trigger is executed only after the successful execution of another trigger in the data factory, use this advanced feature to create a tumbling window dependency.
22
22
23
+
For a demonstration on how to create dependent pipelines in your Azure Data Factory using tumbling window trigger, watch the following video:
To create dependency on a trigger, select **Trigger > Advanced > New**, and then choose the trigger to depend on with the appropriate offset and size. Select **Finish** and publish the data factory changes for the dependencies to take effect.
@@ -77,7 +81,7 @@ The following table provides the list of attributes needed to define a Tumbling
77
81
| size | Size of the dependency tumbling window. Provide a positive timespan value. This property is optional. | Timespan<br/>(hh:mm:ss) | No |
78
82
79
83
> [!NOTE]
80
-
> A tumbling window trigger can depend on a maximum of two other triggers.
84
+
> A tumbling window trigger can depend on a maximum of five other triggers.
81
85
82
86
## Tumbling window self-dependency properties
83
87
@@ -143,10 +147,6 @@ A daily job with no gaps in the output streams of the job:
You can monitor the dependency chain and the corresponding windows from the trigger run monitoring page. Navigate to **Monitoring > Trigger Runs**. Under the actions column, you can rerun the trigger or view its dependencies.
0 commit comments