Review the permissions required to connect Data Integrity Suite to AWS Aurora MySQL.
Note: Metadata extraction is available only with the Advanced Connectivity Bundle (ACB) entitlement.
Required database permissions
The database user requires the following privileges:
SHOW DATABASESto list available databasesSELECToninformation_schematablesSELECTon all tables and views to be cataloged
Example grant:
GRANT SELECT ON mydb.* TO 'dis_user'@'%';