Azure Synapse connection string problem #477
Unanswered
laszloszolnoki
asked this question in
Q&A
Replies: 0 comments
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.
-
Hi,
I have trouble with connecting to Azure Synapse.
My UID is like this: 'my-user@my-company.com'
Because of the '@' symbol, Token error: Cannot open server 'my-company' is being raised.
Already tried with urllib.parse, didn't help.
conn=(f"mssql://{urllib.parse.quote(username)}:{password}@{server}/{database}?encrypt=true")
Thanks in advance.
Beta Was this translation helpful? Give feedback.
All reactions