Skip to content

Commit 009c9ff

Browse files
authored
Merge pull request #176675 from jonburchel/2021-10-20-81949
2021 10 20 81949
2 parents 615647a + 4ff3213 commit 009c9ff

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

articles/data-factory/control-flow-execute-data-flow-activity.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -102,12 +102,12 @@ The grouping feature in data flows allow you to both set the order of execution
102102

103103
The default behavior of data flow sinks is to execute each sink sequentially, in a serial manner, and to fail the data flow when an error is encountered in the sink. Additionally, all sinks are defaulted to the same group unless you go into the data flow properties and set different priorities for the sinks.
104104

105+
:::image type="content" source="media/data-flow/sink-properties.png" alt-text="Sink properties":::
106+
105107
### First row only
106108

107109
This option is only available for data flows that have cache sinks enabled for "Output to activity". The output from the data flow that is injected directly into your pipeline is limited to 2MB. Setting "first row only" helps you to limit the data output from data flow when injecting the data flow activity output directly to your pipeline.
108110

109-
:::image type="content" source="media/data-flow/sink-properties.png" alt-text="Sink properties":::
110-
111111
## Parameterizing Data Flows
112112

113113
### Parameterized datasets

0 commit comments

Comments
 (0)