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/synapse/data-plane/Microsoft.Synapse/stable/2020-12-01/entityTypes/Pipeline.json
+11-1Lines changed: 11 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -2980,7 +2980,17 @@
2980
2980
},
2981
2981
"outputColumns": {
2982
2982
"type": "object",
2983
-
"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\" } ]"
2983
+
"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\" } ]"
2984
+
}
2985
+
}
2986
+
},
2987
+
"OutputColumn": {
2988
+
"description": "The columns to be read out from the Office 365 table.",
2989
+
"type": "object",
2990
+
"properties": {
2991
+
"name": {
2992
+
"type": "string",
2993
+
"description": "Name of the table column. Type: string."
0 commit comments