Skip to content

Commit 89cf9b2

Browse files
authored
Sync Notebook activity changes from adf to synapse (#24228)
1 parent 74d2959 commit 89cf9b2

File tree

1 file changed

+28
-3
lines changed
  • specification/synapse/data-plane/Microsoft.Synapse/stable/2020-12-01/entityTypes

1 file changed

+28
-3
lines changed

specification/synapse/data-plane/Microsoft.Synapse/stable/2020-12-01/entityTypes/Pipeline.json

Lines changed: 28 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7489,9 +7489,34 @@
74897489
"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)."
74907490
},
74917491
"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.",
7510+
"$ref": "#/definitions/SparkConfigurationParametrizationReference"
7511+
},
7512+
"sparkConfig": {
7513+
"description": "Spark configuration property.",
7514+
"type": "object",
7515+
"additionalProperties": {
7516+
"type": "object",
7517+
"x-ms-format": "dfe-string",
7518+
"description": "Type: string (or Expression with resultType string)."
7519+
}
74957520
}
74967521
},
74977522
"required": [

0 commit comments

Comments
 (0)