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/synapse/data-plane/Microsoft.Synapse/stable/2020-12-01/entityTypes/Pipeline.json
+28-3Lines changed: 28 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -7489,9 +7489,34 @@
7489
7489
"description": "Number of core and memory to be used for driver allocated in the specified Spark pool for the session, which will be used for overriding 'driverCores' and 'driverMemory' of the notebook you provide. Type: string (or Expression with resultType string)."
7490
7490
},
7491
7491
"numExecutors": {
7492
-
"description": "Number of executors to launch for this session, which will override the 'numExecutors' of the notebook you provide.",
7493
-
"type": "integer",
7494
-
"format": "int32"
7492
+
"type": "object",
7493
+
"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)."
7494
+
},
7495
+
"configurationType": {
7496
+
"enum": [
7497
+
"Default",
7498
+
"Customized",
7499
+
"Artifact"
7500
+
],
7501
+
"type": "string",
7502
+
"description": "The type of the spark config.",
7503
+
"x-ms-enum": {
7504
+
"name": "ConfigurationType",
7505
+
"modelAsString": true
7506
+
}
7507
+
},
7508
+
"targetSparkConfiguration": {
7509
+
"description": "The spark configuration of the spark job.",
0 commit comments