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
Copy file name to clipboardExpand all lines: articles/synapse-analytics/known-issues.md
+13-13Lines changed: 13 additions & 13 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -16,20 +16,20 @@ ms.reviewer: wiassaf
16
16
This page lists the known issues in [Azure Synapse Analytics](overview-what-is.md), as well as their resolution date or possible workaround.
17
17
Before submitting a Support request, please review this list to see if the issue that you're experiencing is already known and being addressed.
18
18
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).
20
20
21
21
## Active Known issues
22
22
23
-
|Synapse Component|Status|Issue|
23
+
|Azure Synapse Component|Status|Issue|
24
24
|---------|---------|---------|
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|
29
29
|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|
30
30
|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|
31
31
32
-
## Azure Synapse Analytics Serverless SQL Pool active known issues summary
32
+
## Azure Synapse Analytics serverless SQL pool active known issues summary
33
33
34
34
### Queries using Azure AD authentication fails after 1 hour
35
35
@@ -41,7 +41,7 @@ Following steps can be followed to work around the problem.
41
41
1) It's recommended switching to Service Principal, Managed Identity or Shared Access Signature instead of using user identity for long running queries.
42
42
2) Restarting client (SSMS/ADS) acquires new token to establish the connection.
43
43
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
45
45
46
46
Queries from a serverless SQL pool to Azure Cosmos DB analytical store might fail with one of the following error messages:
47
47
@@ -58,9 +58,9 @@ The following conditions must be true to confirm this issue:
58
58
1) Retry the failed query. It will automatically refresh the expired token.
59
59
2) Disable the private endpoint. Before applying this change, confirm with your security team that it meets your company security policies.
60
60
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
62
62
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.
64
64
65
65
**Workaround**: The engineering team is aware of this behavior and following actions can be taken as quick mitigation:
66
66
@@ -99,11 +99,11 @@ Deleting a Synapse workspace fails with the error message:
99
99
100
100
|Synapse Component|Issue|Status|Date Resolved
101
101
|---------|---------|---------|---------|
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
103
103
104
-
## Azure Synapse Analytics Serverless SQL Pool recently closed known issues summary
104
+
## Azure Synapse Analytics serverless SQL pool recently closed known issues summary
105
105
106
-
### Query failures while reading Cosmos Data using OPENROWSET
106
+
### Query failures while reading Azure Cosmos DB data using OPENROWSET
107
107
108
108
Queries from serverless SQL pool to Cosmos DB Analytical Store using OPENROWSET fails with the following error message:
0 commit comments