Skip to content

Commit 95d3f09

Browse files
committed
Merge branch 'patch-1' of https://github.com/saniafatimi15/azure-docs into 2023-03-28-merge-public-pr
2 parents 6a0b66a + b6d3565 commit 95d3f09

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

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

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,12 @@ 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.
90+
In case you are not redirected to data flow canvas , in the panel below canvas , go to settings-> click "open", located beside Data flow field. It will open the dataflow canvas.
91+
<img width="655" alt="image" src="https://user-images.githubusercontent.com/127795382/227237495-7f6a827b-5f1b-40c4-bd42-a2e6212fb53f.png">
92+
<img width="406" alt="image" src="https://user-images.githubusercontent.com/127795382/227237624-5b576e6a-e6f6-4fdd-8da3-44703ad7cea4.png">
93+
94+
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.
9095

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

0 commit comments

Comments
 (0)