Skip to content

Commit c9d79a3

Browse files
committed
tumbling window trigger fix
1 parent 6ae715d commit c9d79a3

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

articles/data-factory/how-to-create-tumbling-window-trigger.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -105,6 +105,9 @@ The following table provides a high-level overview of the major JSON elements th
105105
| **dependsOn: size** | The size of the dependency tumbling window. | Timespan<br/>(hh:mm:ss) | A positive timespan value where the default is the window size of the child trigger | No |
106106
| **dependsOn: offset** | The offset of the dependency trigger. | Timespan<br/>(hh:mm:ss) | A timespan value that must be negative in a self-dependency. If no value specified, the window is the same as the trigger itself. | Self-Dependency: Yes<br/>Other: No |
107107

108+
> [!NOTE]
109+
> After a tumbling window trigger is published, **interval** and **frequency** can't be edited.
110+
108111
### WindowStart and WindowEnd system variables
109112

110113
You can use the **WindowStart** and **WindowEnd** system variables of the tumbling window trigger in your **pipeline** definition (that is, for part of a query). Pass the system variables as parameters to your pipeline in the **trigger** definition. The following example shows you how to pass these variables as parameters:

0 commit comments

Comments
 (0)