Skip to content

Commit cb9951d

Browse files
authored
Merge pull request #126916 from changeworld/patch-13
Fix typo: Programatically -> Programmatically
2 parents 731fe95 + 6b6f613 commit cb9951d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ For instance, `allowSchemaDrift: true,` in a source transformation tells the ser
2424
The DFS is automatically produced by the user interface. You can click the Script button to view and customize the script. You can also generate scripts outside of the ADF UI and then pass that into the PowerShell cmdlet. When debugging complex data flows, you may find it easier to scan the script code-behind instead of scanning the UI graph representation of your flows.
2525

2626
Here are a few example use cases:
27-
- Programatically producing many data flows that are fairly similar, i.e. "stamping-out" data flows.
27+
- Programmatically producing many data flows that are fairly similar, i.e. "stamping-out" data flows.
2828
- Complex expressions that are difficult to manage in the UI or are resulting in validation issues.
2929
- Debugging and better understanding various errors returned during execution.
3030

0 commit comments

Comments
 (0)