Skip to content

Commit 42c00a9

Browse files
20230308 edit pass
1 parent 9bdf342 commit 42c00a9

File tree

1 file changed

+13
-13
lines changed

1 file changed

+13
-13
lines changed

articles/synapse-analytics/known-issues.md

Lines changed: 13 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -16,20 +16,20 @@ ms.reviewer: wiassaf
1616
This page lists the known issues in [Azure Synapse Analytics](overview-what-is.md), as well as their resolution date or possible workaround.
1717
Before submitting a Support request, please review this list to see if the issue that you're experiencing is already known and being addressed.
1818

19-
To learn more about Azure Synapse Analytics, see the [Overview](index.yml), and [What's new in Azure Synapse Analytics?](whats-new.md).
19+
To learn more about Azure Synapse Analytics, see the [Azure Synapse Analytics Overview](index.yml), and [What's new in Azure Synapse Analytics?](whats-new.md).
2020

2121
## Active Known issues
2222

23-
|Synapse Component|Status|Issue|
23+
|Azure Synapse Component|Status|Issue|
2424
|---------|---------|---------|
25-
|Azure Synapse Serverless SQL Pool|[Queries using Azure AD authentication fails after 1 hour](#queries-using-azure-ad-authentication-fails-after-1-hour)|Has Workaround|
26-
|Azure Synapse Serverless SQL pool|[Query failures from Serverless SQL to Cosmos DB analytical store](#query-failures-from-serverless-sql-pool-to-azure-cosmos-db-analytical-store)|Has Workaround|
27-
|Azure Synapse Serverless SQL Pool|[Cosmos DB analytical store view propagates wrong attributes in the column](#cosmos-db-analytical-store-view-propagates-wrong-attributes-in-the-column)|Has Workaround|
28-
|Azure Synapse Dedicated SQL Pool|[Queries failing with Data Exfiltration Error](#queries-failing-with-data-exfiltration-error)|Has Workaround|
25+
|Azure Synapse serverless SQL pool|[Queries using Azure AD authentication fails after 1 hour](#queries-using-azure-ad-authentication-fails-after-1-hour)|Has Workaround|
26+
|Azure Synapse serverless SQL pool|[Query failures from serverless SQL pool to Azure Cosmos DB analytical store](#query-failures-from-serverless-sql-pool-to-azure-cosmos-db-analytical-store)|Has Workaround|
27+
|Azure Synapse serverless SQL pool|[Azure Cosmos DB analytical store view propagates wrong attributes in the column](#cosmos-db-analytical-store-view-propagates-wrong-attributes-in-the-column)|Has Workaround|
28+
|Azure Synapse dedicated SQL pool|[Queries failing with Data Exfiltration Error](#queries-failing-with-data-exfiltration-error)|Has Workaround|
2929
|Azure Synapse Workspace|[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|
3030
|Azure Synapse Workspace|[Failed to delete Synapse workspace & Unable to delete virtual network](#failed-to-delete-synapse-workspace--unable-to-delete-virtual-network)|Has Workaround|
3131

32-
## Azure Synapse Analytics Serverless SQL Pool active known issues summary
32+
## Azure Synapse Analytics serverless SQL pool active known issues summary
3333

3434
### Queries using Azure AD authentication fails after 1 hour
3535

@@ -41,7 +41,7 @@ Following steps can be followed to work around the problem.
4141
1) It's recommended switching to Service Principal, Managed Identity or Shared Access Signature instead of using user identity for long running queries.
4242
2) Restarting client (SSMS/ADS) acquires new token to establish the connection.
4343

44-
### Query failures from Serverless SQL pool to Azure Cosmos DB analytical store
44+
### Query failures from serverless SQL pool to Azure Cosmos DB analytical store
4545

4646
Queries from a serverless SQL pool to Azure Cosmos DB analytical store might fail with one of the following error messages:
4747

@@ -58,9 +58,9 @@ The following conditions must be true to confirm this issue:
5858
1) Retry the failed query. It will automatically refresh the expired token.
5959
2) Disable the private endpoint. Before applying this change, confirm with your security team that it meets your company security policies.
6060

61-
### Cosmos DB analytical store view propagates wrong attributes in the column
61+
### Azure Cosmos DB analytical store view propagates wrong attributes in the column
6262

63-
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.
63+
While using views in Azure Synapse serverless pool over Cosmos DB analytical store, If there is a change on files in the Cosmos DB 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.
6464

6565
**Workaround**: The engineering team is aware of this behavior and following actions can be taken as quick mitigation:
6666

@@ -99,11 +99,11 @@ Deleting a Synapse workspace fails with the error message:
9999

100100
|Synapse Component|Issue|Status|Date Resolved
101101
|---------|---------|---------|---------|
102-
|Azure Synapse Serverless SQL Pool|[Query failures while reading Cosmos Data using OPENROWSET](#query-failures-while-reading-cosmos-data-using-openrowset)|Resolved|March 2023
102+
|Azure Synapse serverless SQL pool|[Query failures while reading Cosmos DB data using OPENROWSET](#query-failures-while-reading-cosmos-data-using-openrowset)|Resolved|March 2023
103103

104-
## Azure Synapse Analytics Serverless SQL Pool recently closed known issues summary
104+
## Azure Synapse Analytics serverless SQL pool recently closed known issues summary
105105

106-
### Query failures while reading Cosmos Data using OPENROWSET
106+
### Query failures while reading Azure Cosmos DB data using OPENROWSET
107107

108108
Queries from serverless SQL pool to Cosmos DB Analytical Store using OPENROWSET fails with the following error message:
109109

0 commit comments

Comments
 (0)