Connectors
Databases

Teradata

2min
teradata is one of the original enterprise database technologies that exist both on premise and in the cloud teradata's robust platform is a best in class enterprise data platform, and its database technology is capable of handling massive transactional and analytical workloads teradata prerequisites versions (10 or above) are supported determine which way to connect default or ssh tunneling firewalls on your database server should allow incoming connections through the public internet on your teradata port (typically 1025 unless customized) be sure to our ip grantlist / whitelist docid\ ernsp9vcy4af88jk0uexc our ip addresses for cross network database server network access consult with you teradata administrator as needed on the setup we suggest creating a new read only user and new role to delineate this user service account for dlh io from any other user access to your database, however, using an existing user and/or role is acceptable create a read only dlh io user in your teradata instance we suggest creating a new user specific to dlh io for read only access to your teradata database(s), but you may already have an existing user in which case you can ignore this step create a new user for datalakehouse io using the following or similar example teradata logic replacing \<new username> with a user name that you choose (we recommend 'datalakehouse ro' to signify a read only user), and choose a good password that complies with your security policies create user \<new username> as password = "tmp!password", perm=1000000; grant the user access to the source database using a direct user grant or by creating a role, or other means, provide the new user created above with permissions to read from the source database, for example grant all on \<existing source database> to \<new username>; instructions (basic connector setup) remember dlh io connects to your database instance with credentials supplied by you we store your credentials securely with our bank grade protocols on dlh io, enter your credentials and other information in the fields click on the add new source for teradata, and in the resulting new source page update the form with your connection information enter in the name/alias field , the name you'll use within datalakehouse io to differentiate this connection from others enter in the target schema prefix field, is the prefix of schema(s) that gets created on your destination target connection database for each of the schemas you load in this connection alphanumeric characters only it must start and end with a letter but can contain an underscore( ) enter in the server/host field, the name of the public server name or the ip address (most customers use the ip for this field) enter in the port field, where this database is accessible and the firewall restrictions are open enter in the database field, the name of the database to connect enter in the userame/alias field, the username of user you created in the steps above to give access to datalakehouse io leave auth type field alone it is set to password because datalakehouse is using tls and requires username and password credentials to access the database enter in the password field, the password for the user you created in the steps above click save & test this attempt to connect to your database with the credentials provided a message of success or failure will be shown if success you'll be prompted with the schema objects objects of the database and will need to complete the final steps for configuration shown below if failure happens with the test connection, the connection is still saved but you will need to correct the failure based on the failure reason information provided in the message