You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: articles/data-factory/concepts-data-flow-performance.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -64,8 +64,8 @@ Azure Data Factory Mapping Data Flows provide a code-free browser interface to d
64
64
65
65
* When unit testing data flows, set the "Data Flow Debug" button to ON.
66
66
* 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.
69
69
70
70
### Disable indexes on write
71
71
* 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