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
-
Hi,
I have trouble with connecting to Azure Synapse.
My UID is like this: '[email protected]'
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