PyTd
PyTd copied to clipboard
A Python Module to make it easy to script powerful interactions with Teradata Database in a DevOps friendly way.
Seeing this error with Teradata ODBC 16.20 but not 16.10. Not sure if this is a bug in the underlying library or maybe just an incompatibility? ``` File "download_from_teradata.py", line...
I tried to call my SP using callproc method and by passing my inputs and output parameters. The procedure ran successfully but the output variable is empty (u''). So, I...
Env: OS AIX 7.1.0.0 tdodbc version: 14.10.0.7 xxxxxxxxxx:/opt/teradata/client/ODBC_64/lib: lslpp -l | grep odbc tdodbc1410.tdodbc1410 14.10.0.7 COMMITTED Teradata ODBC Driver for AIX Tried to use PyTD to connect Teradata in AIX...
I am unable to achieve teradata connectivity using python with below sample script - import teradata import os, sys os.environ["ODBCINI"] ="/opt/teradata/client/16.20/odbc_64/odbc.ini" os.environ["ODBCINST"] ="/opt/teradata/client/16.20/odbc_64/odbcinst.ini" os.environ["LD_LIBRARY_PATH"] ="/opt/teradata/client/16.20/odbc_64/lib" udaExec = teradata.UdaExec (appName="HelloWorld", version="1.0",...
When trying to execute a script the following error is received: PermissionError: [WinError 5] Access is denied: 'logs\\DirectX.log'. User accounts do not have admin privileges, is there a way to...
I'm trying to write a program that modifies Teradata Table definitions to add Partitions as required. I would like to pull table and database names from a control table for...
After updating my udaexec.ini file: # Application Configuration [CONFIG] appName=test version=1.0 logConsole=False dataSourceName=sim table=DBC.DBCInfo # Default Data Source Configuration [DEFAULT] method=odbc charset=UTF8 # Data Source Definition [sim] system=******* username=****** password=******...
Does this module protect against SQL injections in parameterised SQL? E.g., when passing something like `' OR 1=1 --` as a parameter, will this be escaped? Thanks in advance for...
I have been trying to connect to teradata from my a ubuntu container. But, have constantly been thrown with the error. DataBaseIssue - Check for drivers installed and environment variables....
I did conda install teradata (successfully) but when I run the connection I get "Driver Not Found" error ( I have put details here [https://github.com/Teradata/PyTd/issues/92](url). so my question is: is...