Yvan Scher
Yvan Scher
I think I'm having a similar problem. I wrote a detailed issue here: https://github.com/jupyterhub/jupyterhub/issues/2480 Basically my azure kuberenetes service cluster has trouble spawning singleuser pods. It happens before node assignment....
@andreitoupinets i tested a similar solution and it works.
anyone working on or thinking about this? should i just downgrade my driver to 16.10? or 15.*? my error: Error: ('HY000', '[HY000] [Teradata][Support] (50311) Error converting invalid input with source...
One workaround is just to use [teradatasql](https://pypi.org/project/teradatasql/) for python: ```python pip install teradatasql==16.20.0.39 conn = teradatasql.connect(None, host=host, user=user, password=password) ``` i do not have any encoding issue with this version...
can anyone confirm when/if this makes it to the next release? :)