Skip to content

Commit

Permalink
add traceLevel, continueOnError, and runConcurrently properties to Da…
Browse files Browse the repository at this point in the history
…taflow activity properties (Azure#11640)
  • Loading branch information
adhishchugh authored and giromm2ms committed Dec 20, 2020
1 parent b96f74d commit 729a06d
Showing 1 changed file with 12 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -6929,6 +6929,18 @@
"type": "object"
}
}
},
"traceLevel": {
"description": "Trace level setting used for data flow monitoring output. Supported values are: 'coarse', 'fine', and 'none'. Type: string (or Expression with resultType string)",
"type": "object"
},
"continueOnError": {
"description": "Continue on error setting used for data flow execution. Enables processing to continue if a sink fails. Type: boolean (or Expression with resultType boolean)",
"type": "object"
},
"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"
}
},
"required": [
Expand Down

0 comments on commit 729a06d

Please sign in to comment.