Replies: 1 comment 1 reply
-
|
Thanks for asking, I have tested with Azure SQL and Fabric Warehouse, this works through entra id and sql server auth. I will check with Synapse, but it could be some problems with metadata reading for catalog integration. |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Title
MSSQL extension fails to authenticate against Azure Synapse Serverless (both ATTACH and SECRET methods)
Description
I'm trying to connect DuckDB's MSSQL extension to Azure Synapse Serverless SQL pool, but authentication consistently fails, even though the same credentials work with pyodbc.
I tested both connection methods:
Both approaches fail with the same authentication error.
Environment
mssql(installed viacommunity)Steps to reproduce (ATTACH)
Steps to reproduce (SECRET)
Observed behavior
Both approaches fail with:
Expected behavior
The connection should succeed, as the same credentials work correctly using pyodbc:
Additional context
Endpoint used:
<workspace>-ondemand.sql.azuresynapse.net(Synapse Serverless)Authentication: SQL authentication (username/password)
Password includes special characters (tested with escaping and without issues in pyodbc)
Firewall/network verified (connection works via pyodbc)
Issue reproduced across:
Question
Is Azure Synapse Serverless officially supported by the MSSQL extension?
If not, are there known limitations or plans to support it?
Beta Was this translation helpful? Give feedback.
All reactions