Skip to content

Commit 8667eff

Browse files
authored
Update concepts-data-flow-performance.md
1 parent c19bb01 commit 8667eff

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -64,8 +64,8 @@ Azure Data Factory Mapping Data Flows provide a code-free browser interface to d
6464

6565
* When unit testing data flows, set the "Data Flow Debug" button to ON.
6666
* Inside of the Data Flow designer, use the Data Preview tab on transformations to view the results of your transformation logic.
67-
* Unit test your data flows from the pipeline designer by placing a Data Flow acivity on the pipeline design canvas and use the "Debug" button to test.
68-
* Testing in debug mode will work against a live warmed cluster environment without the need to wait for a just-in-time cluser spin-up.
67+
* Unit test your data flows from the pipeline designer by placing a Data Flow activity on the pipeline design canvas and use the "Debug" button to test.
68+
* Testing in debug mode will work against a live warmed cluster environment without the need to wait for a just-in-time cluster spin-up.
6969

7070
### Disable indexes on write
7171
* Use an ADF pipeline stored procedure activity prior to your Data Flow activity that disables indexes on your target tables that are being written to from your Sink.

0 commit comments

Comments
 (0)