Forum Discussion
DAllan
Nov 18, 2022Copper Contributor
Configuration property ...dfs.core.windows.net not found using JDBC with Azure Synapse external tabl
I'm using the JDBC driver to query an external table in Data Lake Gen2 in Azure Synapse and getting the error below, is there something I have configured wrong? I have tried with dedicated SQL pool a...
ericpasztor
Microsoft
Dec 21, 2022DAllan, in your external data source definition used by the external table, have you used the "TYPE=HADOOP" option, and a Shared Access Signature Database-scoped credential? (see "Example for CREATE EXTERNAL DATA SOURCE" here).