Skip to content

Commit ce03291

Browse files
Merge pull request #229542 from charithcaldera/patch-4
Update known-issues.md
2 parents 8f3bcb0 + 428e269 commit ce03291

File tree

1 file changed

+11
-1
lines changed

1 file changed

+11
-1
lines changed

articles/synapse-analytics/known-issues.md

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ titleSuffix: Azure Synapse Analytics
44
description: Learn about the currently known issues with Azure Synapse Analytics, and their possible workarounds or resolutions.
55
author: charithdilshan
66
ms.author: ccaldera
7-
ms.date: 2/17/2023
7+
ms.date: 3/6/2023
88
ms.service: synapse-analytics
99
ms.subservice: overview
1010
ms.topic: conceptual
@@ -25,6 +25,7 @@ To learn more about Azure Synapse Analytics, see the [Overview](index.yml), and
2525
|[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|
2626
|[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|
2727
|[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|
2829
|[Queries failing with Data Exfiltration Error](#queries-failing-with-data-exfiltration-error)|Has Workaround|Azure Synapse Dedicated SQL Pool|
2930
|[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|
3031
|[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
6667

6768
**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.
6869

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+
6979
## Azure Synapse Analytics Dedicated SQL pool known issues summary
7080

7181
### Queries failing with Data Exfiltration Error

0 commit comments

Comments
 (0)