Skip to content

Commit 9653b91

Browse files
authored
Merge pull request #53538 from spagarwa/patch-2
Move demo video up in the doc
2 parents ca4b0ea + 2c8cdc0 commit 9653b91

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

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

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,10 @@ This article provides steps to create a dependency on a tumbling window trigger.
2020

2121
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.
2222

23+
For a demonstration on how to create dependent pipelines in your Azure Data Factory using tumbling window trigger, watch the following video:
24+
25+
> [!VIDEO https://channel9.msdn.com/Shows/Azure-Friday/Create-dependent-pipelines-in-your-Azure-Data-Factory/player]
26+
2327
## Create a dependency in the Data Factory UI
2428

2529
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
7781
| size | Size of the dependency tumbling window. Provide a positive timespan value. This property is optional. | Timespan<br/>(hh:mm:ss) | No |
7882

7983
> [!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.
8185
8286
## Tumbling window self-dependency properties
8387

@@ -143,10 +147,6 @@ A daily job with no gaps in the output streams of the job:
143147

144148
![Self-dependency example](media/tumbling-window-trigger-dependency/tumbling-window-dependency06.png "Self-dependency example")
145149

146-
For a demonstration on how to create dependent pipelines in your Azure Data Factory using tumbling window trigger, watch the following video:
147-
148-
> [!VIDEO https://channel9.msdn.com/Shows/Azure-Friday/Create-dependent-pipelines-in-your-Azure-Data-Factory/player]
149-
150150
## Monitor dependencies
151151

152152
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

Comments
 (0)