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: specification/datafactory/resource-manager/Microsoft.DataFactory/stable/2018-06-01/entityTypes/Pipeline.json
+4Lines changed: 4 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -7421,6 +7421,10 @@
7421
7421
"runConcurrently": {
7422
7422
"description": "Concurrent run setting used for data flow execution. Allows sinks with the same save order to be processed concurrently. Type: boolean (or Expression with resultType boolean)",
7423
7423
"type": "object"
7424
+
},
7425
+
"sourceStagingConcurrency": {
7426
+
"description": "Specify number of parallel staging for sources applicable to the sink. Type: integer (or Expression with resultType integer)",
0 commit comments