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
description: Learn about the currently known issues with Azure Synapse Analytics, and their possible workarounds or resolutions.
5
5
author: charithdilshan
6
6
ms.author: ccaldera
7
-
ms.date: 2/17/2023
7
+
ms.date: 3/6/2023
8
8
ms.service: synapse-analytics
9
9
ms.subservice: overview
10
10
ms.topic: conceptual
@@ -25,6 +25,7 @@ To learn more about Azure Synapse Analytics, see the [Overview](index.yml), and
25
25
|[Queries using Azure AD authentication fails after 1 hour](#queries-using-azure-ad-authentication-fails-after-1-hour)|Has Workaround|Azure Synapse Serverless SQL Pool|
26
26
|[Query failures from Serverless SQL to Cosmos DB analytical store](#query-failures-from-serverless-sql-pool-to-azure-cosmos-db-analytical-store)|Has Workaround|Azure Synapse Serverless SQL pool|
27
27
|[Query failures while reading Cosmos Data using OPENROWSET](#query-failures-while-reading-cosmos-data-using-openrowset)|Has Workaround|Azure Synapse Serverless SQL Pool|
28
+
|[Cosmos DB analytical store view propagates wrong attributes in the column](#cosmos-db-analytical-store-view-propagates-wrong-attributes-in-the-column)|Has Workaround|Azure Synapse Serverless SQL Pool|
28
29
|[Queries failing with Data Exfiltration Error](#queries-failing-with-data-exfiltration-error)|Has Workaround|Azure Synapse Dedicated SQL Pool|
29
30
|[Blob storage linked service with User Assigned Managed Identity (UAMI) is not getting listed](#blob-storage-linked-service-with-user-assigned-managed-identity-uami-is-not-getting-listed)|Has Workaround|Azure Synapse Workspace|
30
31
|[Failed to delete Synapse workspace & Unable to delete virtual network](#failed-to-delete-synapse-workspace--unable-to-delete-virtual-network)|Has Workaround|Azure Synapse Workspace|
@@ -66,6 +67,15 @@ Queries from serverless SQL pool to Cosmos DB Analytical Store using OPENROWSET
66
67
67
68
**Workaround**: The engineering team is aware of this behavior and working on a fix. If you encounter this error engage Microsoft Support Team for assistance.
68
69
70
+
### Cosmos DB analytical store view propagates wrong attributes in the column
71
+
72
+
While using views in Synapse serverless pool over CosmosDB analytical store, If there is a change on files in the CosmosDB analytical store, the change does not get propagated correctly to the SELECT statements, the customer is using on the view. As a result of that, the attributes get incorrectly mapped to a different column in the results.
73
+
74
+
**Workaround**: The engineering team is aware of this behavior and following actions can be taken as quick mitigation:
75
+
76
+
1) Recreate the view by renaming the columns.
77
+
2) Avoid using views if possible.
78
+
69
79
## Azure Synapse Analytics Dedicated SQL pool known issues summary
0 commit comments