Skip to content

Commit dfd94f5

Browse files
authored
Add OutputColumn Object For Office365Source outputColumns (#24068)
1 parent c183bb0 commit dfd94f5

File tree

1 file changed

+11
-1
lines changed
  • specification/synapse/data-plane/Microsoft.Synapse/stable/2020-12-01/entityTypes

1 file changed

+11
-1
lines changed

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

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2980,7 +2980,17 @@
29802980
},
29812981
"outputColumns": {
29822982
"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."
29842994
}
29852995
}
29862996
},

0 commit comments

Comments
 (0)