Skip to content

Commit fd4ae6f

Browse files
author
Autogenerator Pipeline
committed
Autogenerate schemas
1 parent ee0a807 commit fd4ae6f

File tree

1 file changed

+15
-0
lines changed

1 file changed

+15
-0
lines changed

schemas/2018-06-01/Microsoft.DataFactory.json

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10616,6 +10616,11 @@
1061610616
],
1061710617
"description": "Compute properties for data flow activity."
1061810618
},
10619+
"continueOnError": {
10620+
"type": "object",
10621+
"properties": {},
10622+
"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)"
10623+
},
1061910624
"dataFlow": {
1062010625
"oneOf": [
1062110626
{
@@ -10638,6 +10643,11 @@
1063810643
],
1063910644
"description": "Integration runtime reference type."
1064010645
},
10646+
"runConcurrently": {
10647+
"type": "object",
10648+
"properties": {},
10649+
"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)"
10650+
},
1064110651
"staging": {
1064210652
"oneOf": [
1064310653
{
@@ -10648,6 +10658,11 @@
1064810658
}
1064910659
],
1065010660
"description": "Staging info for execute data flow activity."
10661+
},
10662+
"traceLevel": {
10663+
"type": "object",
10664+
"properties": {},
10665+
"description": "Trace level setting used for data flow monitoring output. Supported values are: 'coarse', 'fine', and 'none'. Type: string (or Expression with resultType string)"
1065110666
}
1065210667
},
1065310668
"required": [

0 commit comments

Comments
 (0)