Review the permissions required to connect Data Integrity Suite to Teradata.
Note: Metadata extraction is available only with the Advanced Connectivity Bundle (ACB) entitlement.
Required Teradata permissions
The Teradata user requires the following privileges:
SELECTprivilege onDBCsystem tables (for metadata discovery)SELECTprivilege on all databases, tables, and views to be cataloged
Example grant:
GRANT SELECT ON DBC TO dis_user;
GRANT SELECT ON mydb TO dis_user;