Skip to content

Commit 732d6d2

Browse files
kesharmaFredericHeem
authored andcommitted
[DataFactory]Add support for running staging on multiple sources in parallel (Azure#18956)
* Add support for running staging on multiple sources in parallel * update
1 parent 9bf8acb commit 732d6d2

File tree

1 file changed

+4
-0
lines changed
  • specification/datafactory/resource-manager/Microsoft.DataFactory/stable/2018-06-01/entityTypes

1 file changed

+4
-0
lines changed

specification/datafactory/resource-manager/Microsoft.DataFactory/stable/2018-06-01/entityTypes/Pipeline.json

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7421,6 +7421,10 @@
74217421
"runConcurrently": {
74227422
"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)",
74237423
"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)",
7427+
"type": "object"
74247428
}
74257429
},
74267430
"required": [

0 commit comments

Comments
 (0)