Skip to content

Commit fa62e37

Browse files
[AutoSync] 813dcc0148 Add property to override spark config for synapse notebook activity (#23903)
Co-authored-by: swagger-automation <[email protected]>
1 parent 20e9229 commit fa62e37

File tree

1 file changed

+26
-0
lines changed
  • specification/datafactory/resource-manager/Microsoft.DataFactory/stable/2018-06-01/entityTypes

1 file changed

+26
-0
lines changed

specification/datafactory/resource-manager/Microsoft.DataFactory/stable/2018-06-01/entityTypes/Pipeline.json

Lines changed: 26 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8368,6 +8368,32 @@
83688368
"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).",
83698369
"type": "object",
83708370
"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.",
8387+
"$ref": "#/definitions/SparkConfigurationParametrizationReference"
8388+
},
8389+
"sparkConfig": {
8390+
"description": "Spark configuration property.",
8391+
"type": "object",
8392+
"additionalProperties": {
8393+
"type": "object",
8394+
"x-ms-format": "dfe-string",
8395+
"description": "Type: string (or Expression with resultType string)."
8396+
}
83718397
}
83728398
},
83738399
"required": [

0 commit comments

Comments
 (0)