Skip to content

Commit 34cdd70

Browse files
20220901 1638
1 parent e3a7afb commit 34cdd70

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

articles/synapse-analytics/sql/resources-self-help-sql-on-demand.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -829,7 +829,7 @@ Azure Synapse SQL returns NULL instead of the values that you see in the transac
829829

830830
The error "Column `column name` of the type `type name` is not compatible with the external data type `type name`" is returned if the specified column type in the WITH clause doesn't match the type in the Azure Cosmos DB container. Try to change the column type as it's described in the section [Azure Cosmos DB to SQL type mappings](query-cosmos-db-analytical-store.md#azure-cosmos-db-to-sql-type-mappings) or use the VARCHAR type.
831831

832-
### <a id="resolving-azure-cosmos-db-path-has-failed-with-error"></a>Resolve Azure Cosmos DB path has failed with error
832+
### <a id="resolving-azure-cosmos-db-path-has-failed-with-error"></a>Resolve: Azure Cosmos DB path has failed with error
833833

834834
If you get the error "Resolving CosmosDB path has failed with error 'This request is not authorized to perform this operation'," check to see if you used private endpoints in Azure Cosmos DB. To allow serverless SQL pool to access an analytical store with private endpoints, you must [configure private endpoints for the Azure Cosmos DB analytical store](../../cosmos-db/analytical-store-private-endpoints.md#using-synapse-serverless-sql-pools).
835835

@@ -964,7 +964,7 @@ Make sure that a user has permissions to access databases, [permissions to execu
964964

965965
You must use a read-only Azure Cosmos DB key to access your analytical storage, so make sure that it didn't expire or that it isn't regenerated.
966966

967-
If you get the error ["Resolving Azure Cosmos DB path has failed with error"](#resolve-azure-cosmos-db-path-has-failed-with-error), make sure that you configured a firewall.
967+
If you get the error ["Resolving Azure Cosmos DB path has failed with error"](#resolving-azure-cosmos-db-path-has-failed-with-error), make sure that you configured a firewall.
968968

969969
### Can't access lakehouse or Spark database
970970

0 commit comments

Comments
 (0)