Configuration Prerequisites - Teradata Vantage

Apache Iceberg and Delta Lake Open Table Format on VantageCloud Lake Getting Started

Deployment
VantageCloud
Edition
Lake
Product
Teradata Vantage
Published
December 2024
ft:locale
en-US
ft:lastEdition
2025-01-03
dita:mapPath
bsr1702324250454.ditamap
dita:ditavalPath
pny1626732985837.ditaval
dita:id
bsr1702324250454

Run the following commands with a username and password before creating authorization and datalake. The following grants must be granted to users who will use the datalake:

GRANT ALL ON <username-here> TO <username-here>;
GRANT ALL ON TD_SERVER_DB TO <username-here> WITH GRANT OPTION;  
GRANT EXECUTE FUNCTION ON SYSLIB TO <username-here> WITH GRANT OPTION; 
GRANT EXECUTE FUNCTION ON td_sysfnlib TO <username-here>; 
GRANT CREATE AUTHORIZATION ON <username-here> TO <username-here> WITH GRANT OPTION;