Skip to content

Commit

Permalink
Sync Notebook activity changes from adf to synapse (Azure#24228)
Browse files Browse the repository at this point in the history
  • Loading branch information
wanyang7 authored and harryli0108 committed Jul 28, 2023
1 parent 64beee8 commit b6e671d
Showing 1 changed file with 28 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -7489,9 +7489,34 @@
"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)."
},
"numExecutors": {
"description": "Number of executors to launch for this session, which will override the 'numExecutors' of the notebook you provide.",
"type": "integer",
"format": "int32"
"type": "object",
"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)."
},
"configurationType": {
"enum": [
"Default",
"Customized",
"Artifact"
],
"type": "string",
"description": "The type of the spark config.",
"x-ms-enum": {
"name": "ConfigurationType",
"modelAsString": true
}
},
"targetSparkConfiguration": {
"description": "The spark configuration of the spark job.",
"$ref": "#/definitions/SparkConfigurationParametrizationReference"
},
"sparkConfig": {
"description": "Spark configuration property.",
"type": "object",
"additionalProperties": {
"type": "object",
"x-ms-format": "dfe-string",
"description": "Type: string (or Expression with resultType string)."
}
}
},
"required": [
Expand Down

0 comments on commit b6e671d

Please sign in to comment.