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/datafactory/resource-manager/Microsoft.DataFactory/stable/2018-06-01/entityTypes/Pipeline.json
+12-2Lines changed: 12 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -3417,8 +3417,18 @@
3417
3417
"outputColumns": {
3418
3418
"type": "object",
3419
3419
"x-ms-format": "dfe-list-generic",
3420
-
"x-ms-format-element-type": "object",
3421
-
"description": "The columns to be read out from the Office 365 table. Type: array of objects (or Expression with resultType array of objects). Example: [ { \"name\": \"Id\" }, { \"name\": \"CreatedDateTime\" } ]"
3420
+
"x-ms-format-element-type": "OutputColumn",
3421
+
"description": "The columns to be read out from the Office 365 table. Type: array of objects (or Expression with resultType array of objects). itemType: OutputColumn. Example: [ { \"name\": \"Id\" }, { \"name\": \"CreatedDateTime\" } ]"
3422
+
}
3423
+
}
3424
+
},
3425
+
"OutputColumn": {
3426
+
"description": "The columns to be read out from the Office 365 table.",
3427
+
"type": "object",
3428
+
"properties": {
3429
+
"name": {
3430
+
"type": "string",
3431
+
"description": "Name of the table column. Type: string."
0 commit comments