Skip to content

Commit 483cb5c

Browse files
authored
add traceLevel, continueOnError, and runConcurrently properties to Dataflow activity properties (#11640)
1 parent aba1644 commit 483cb5c

File tree

1 file changed

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

1 file changed

+12
-0
lines changed

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

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6929,6 +6929,18 @@
69296929
"type": "object"
69306930
}
69316931
}
6932+
},
6933+
"traceLevel": {
6934+
"description": "Trace level setting used for data flow monitoring output. Supported values are: 'coarse', 'fine', and 'none'. Type: string (or Expression with resultType string)",
6935+
"type": "object"
6936+
},
6937+
"continueOnError": {
6938+
"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)",
6939+
"type": "object"
6940+
},
6941+
"runConcurrently": {
6942+
"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)",
6943+
"type": "object"
69326944
}
69336945
},
69346946
"required": [

0 commit comments

Comments
 (0)