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
CodeGen from PR 22092 in Azure/azure-rest-api-specs
[Hub Generated] Review request for Microsoft.StreamAnalytics to add version preview/2021-10-01-preview (#22092)
* Added support for Delta Lake output
* Corrected api version
* Fixed LPO issues.
Co-authored-by: Vincent Feng <vifeng@microsoft.com>
"description": "Specifies the names of the columns for which the Delta Lake table will be partitioned. We are only supporting 1 partition column, but keeping it as an array for extensibility."
1451
+
}
1452
+
},
1453
+
"required": [
1454
+
"deltaTablePath"
1455
+
],
1456
+
"description": "The properties that are associated with the Delta Lake serialization type."
"description": "Specifies the names of the columns for which the Delta Lake table will be partitioned. We are only supporting 1 partition column, but keeping it as an array for extensibility."
1579
+
}
1580
+
},
1581
+
"required": [
1582
+
"deltaTablePath"
1583
+
],
1584
+
"description": "The properties that are associated with the Delta Lake serialization type."
0 commit comments