Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -7093,6 +7093,10 @@
"runConcurrently": {
"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)",
"type": "object"
},
"sourceStagingConcurrency": {
"description": "Concurrent run setting used for data flow execution. Specify number of parallel staging for sources applicable to the sink. Type: integer (or Expression with resultType integer)",
"type": "object"
}
},
"required": [
Expand Down