Register a Teradata Connection
Requirement
Teradata VantageCloud or Teradata VantageCore
Permissions
The user registering the connection must have the permissions below.
APPLICATION_ADMIN
Immuta permissionThe Teradata user registering the connection must have the following privilege:
DBADMIN
Create the database user
Create a new user in Teradata to serve as the Immuta system account. Immuta will use this system account continuously to crawl the database you register.
Grant this account the
SELECT
Teradata privilege on the DBC user.
Register a Teradata connection
In your Teradata environment, create an Immuta database that Immuta can use to connect to your Teradata instance to register the connection and maintain state with Teradata.
Having this separate database for Immuta prevents custom ETL processes or jobs deleting the database you use to register the connection, which would break the connection.
In Immuta, click Data and select Connections in the navigation menu.
Click the + Add Connection button.
Select the Teradata tile.
Enter the host connection information:
Display Name: This is the name of your new connection. This name will be used in the API (
connectionKey
), in data source names from the host, and on the connections page.Hostname: Your Teradata host (e.g.,
your-host.env.teradata.com
)Port: Port configured for Teradata.
Database: The Teradata database you created for Immuta. All databases in the host will be registered.
SSL Mode: Use the dropdown to select your SSL mode.
SSL Protocol: Based on your SSL mode selection, also select the protocol.
Select Username and Password or LDAP from the dropdown.
Enter the username and password of the Teradata user you created above.
Click Save connection.
Last updated
Was this helpful?