Skip to content

Commit 5b5fc61

Browse files
authored
Merge pull request #232452 from jonburchel/2023-03-28-merge-public-pr
2023 03 28 merge public pr
2 parents 7d4bd05 + 5567dd0 commit 5b5fc61

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed
42.9 KB
Loading

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

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,11 @@ In this step, you'll create a pipeline that contains a Data Flow activity.
8686

8787
## Build transformation logic in the data flow canvas
8888

89-
Once you create your Data Flow, you'll be automatically sent to the data flow canvas. In this step, you'll build a data flow that takes the moviesDB.csv in ADLS storage and aggregates the average rating of comedies from 1910 to 2000. You'll then write this file back to the ADLS storage.
89+
Once you create your Data Flow, you'll be automatically sent to the data flow canvas. In case you are not redirected to data flow canvas, in the panel below the canvas, go to **Settings** and select **Open**, located beside data flow field. This will open the dataflow canvas.
90+
91+
:::image type="content" source="media/tutorial-data-flow/open-data-flow-from-pipeline.png" alt-text="Screenshot showing how to open the data flow editor from the pipeline editor.":::
92+
93+
In this step, you'll build a data flow that takes the moviesDB.csv in ADLS storage and aggregates the average rating of comedies from 1910 to 2000. You'll then write this file back to the ADLS storage.
9094

9195
1. In the data flow canvas, add a source by clicking on the **Add Source** box.
9296

0 commit comments

Comments
 (0)