You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: specification/datafactory/resource-manager/Microsoft.DataFactory/stable/2018-06-01/entityTypes/Pipeline.json
+26Lines changed: 26 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -8368,6 +8368,32 @@
8368
8368
"description": "Number of executors to launch for this session, which will override the 'numExecutors' of the notebook you provide. Type: integer (or Expression with resultType integer).",
8369
8369
"type": "object",
8370
8370
"x-ms-format": "dfe-int"
8371
+
},
8372
+
"configurationType": {
8373
+
"enum": [
8374
+
"Default",
8375
+
"Customized",
8376
+
"Artifact"
8377
+
],
8378
+
"type": "string",
8379
+
"description": "The type of the spark config.",
8380
+
"x-ms-enum": {
8381
+
"name": "ConfigurationType",
8382
+
"modelAsString": true
8383
+
}
8384
+
},
8385
+
"targetSparkConfiguration": {
8386
+
"description": "The spark configuration of the spark job.",
0 commit comments