Teradata/PyTd

udaExec.connect is breaking with @ in password

praveen-kanamarlapudi opened this issue · 2 comments

My password contains @ and udaExec.connect is not creating connection. When I change the password it's working.

c = udaExec.connect(method="odbc", system='',
username='', password='test@1234')

I am not able to reproduce your problem. I created a password with an "@" and had no problem logging in. What is the error you are getting?

It's working fine. Sorry we probably messed up somewhere else. Thanks for checking it.