Skip to content

Commit 5c9ca3d

Browse files
committed
Build fixes
1 parent 42946bf commit 5c9ca3d

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

articles/data-factory/concepts-data-flow-overview.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ Each transformation contains at least four configuration tabs.
5050

5151
The first tab in each transformation's configuration pane contains the settings specific to that transformation. For more information, see that transformation's documentation page.
5252

53-
:::image type="content" source="media/data-flow/source1.png" alt-text="Source settings tab":::
53+
:::image type="content" source="media/data-flow/source-1.png" alt-text="Source settings tab":::
5454

5555
#### Optimize
5656

articles/data-factory/data-flow-window.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ Set the partitioning of column data for your window transformation. The SQL equi
3131
## Sort
3232
Another part of the Over clause is setting the ```Order By```. This will set the data sort ordering. You can also create an expression for a calculate value in this column field for sorting.
3333

34-
:::image type="content" source="media/data-flow/-5.png" alt-text="Screenshot shows Windowing Settings with the Sort tab selected.":::
34+
:::image type="content" source="media/data-flow/windows-5.png" alt-text="Screenshot shows Windowing Settings with the Sort tab selected.":::
3535

3636
## Range By
3737
Next, set the window frame as Unbounded or Bounded. To set an unbounded window frame, set the slider to Unbounded on both ends. If you choose a setting between Unbounded and Current Row, then you must set the Offset start and end values. Both values will be positive integers. You can use either relative numbers or values from your data.

0 commit comments

Comments
 (0)