teradatasql
, the Python driver for Teradata.
The required arguments to establish a connection are as follows:
host
is the host name or IP address of the Teradata Vantage instance.user
specifies the user name.password
specifies the password for the user.database
sets the database for the connection.pip install -r requirements.txt
.HR
and a table called Employees
.