I want to run a SQL query in Teradata using the Teradata SQL python module. I am getting the below error.
Code:
import teradatasql
conn='{"host":"hostname","logmech":"KRB5"}'
cxnn=teradatasql.connect(conn)
I want to run a SQL query in Teradata using the Teradata SQL python module. I am getting the below error.
Code:
import teradatasql
conn='{"host":"hostname","logmech":"KRB5"}'
cxnn=teradatasql.connect(conn)