Mark Sandan
Mark Sandan
What works for me is to see the output of the odbcinst -j command and note where the .ini file is being set. I suggest checking out teradatasqlalchemy, it uses...
@nishant07 Thanks, since python 2.7 is nearing its end we are moving to using python3. Could you open a PR with the change?
@steppel You should use teradatasqlalchemy which will succeed sqlalchemy-teradata. There is also a tutorial in the wiki section that points to docs on sql data types: https://github.com/wiskojo/sqlalchemy-teradata/wiki/Data-Types#tldr
@patter001 Could you elaborate more on "allowing for trusted credentials"?
By next layer of code do you mean the [OdbcConnection](https://github.com/Teradata/PyTd/blob/master/teradata/tdodbc.py#L407)? All it will do is pass it to the ODBC layer. The `username` and `password` can be saved elsewhere and...
Hey @dclong the package has not been uploaded to conda as of yet. We'd like to further develop and test the package before doing so. For now, it is recommended...
Hey Eric, I apologize, I meant independent as in making tdodbc its own github project. I edited my original post to make it more clear. My concern is that as...