Granting Users Access to Compute Clusters - Teradata VantageCloud Lake

Lake - Database Reference

Deployment
VantageCloud
Edition
Lake
Product
Teradata VantageCloud Lake
Release Number
Published
February 2025
ft:locale
en-US
ft:lastEdition
2025-11-21
dita:mapPath
ohi1683672393549.ditamap
dita:ditavalPath
pny1626732985837.ditaval
dita:id
ohi1683672393549

A compute cluster administrator must grant access to a user so the user can access and use a compute group.

Privilege  
Grant the user access to the compute group specified.
The compute group must exist before running this command.
GRANT COMPUTE GROUP compute_group_name TO user_name

For example:

GRANT COMPUTE GROUP ShippingTeam TO Usr2;
GRANT a user to a role that has access to a compute group.
GRANT compute_group_role TO user_name;

For example:

GRANT Shipping_Role to Usr2;