Skip to content

Commit fac9ca5

Browse files
committed
update description
1 parent 3c4a451 commit fac9ca5

File tree

2 files changed

+2
-2
lines changed
  • specification
    • datafactory/resource-manager/Microsoft.DataFactory/stable/2018-06-01/entityTypes
    • synapse/data-plane/Microsoft.Synapse/stable/2020-12-01/entityTypes

2 files changed

+2
-2
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7983,7 +7983,7 @@
79837983
"description": "Number of core and memory to be used for driver allocated in the specified Spark pool for the job, which will be used for overriding 'driverCores' and 'driverMemory' of the spark job definition you provide. Type: string (or Expression with resultType string)."
79847984
},
79857985
"numExecutors": {
7986-
"description": "Number of executors to launch for this job, which will override the 'numExecutors' of the spark job definition you provide.",
7986+
"description": "Number of executors to launch for this job, which will override the 'numExecutors' of the spark job definition you provide. Type: integer (or Expression with resultType integer).",
79877987
"type": "object"
79887988
},
79897989
"configurationType": {

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7549,7 +7549,7 @@
75497549
"description": "Number of core and memory to be used for driver allocated in the specified Spark pool for the job, which will be used for overriding 'driverCores' and 'driverMemory' of the spark job definition you provide. Type: string (or Expression with resultType string)."
75507550
},
75517551
"numExecutors": {
7552-
"description": "Number of executors to launch for this job, which will override the 'numExecutors' of the spark job definition you provide.",
7552+
"description": "Number of executors to launch for this job, which will override the 'numExecutors' of the spark job definition you provide. Type: integer (or Expression with resultType integer).",
75537553
"type": "object"
75547554
},
75557555
"configurationType": {

0 commit comments

Comments
 (0)