Granting Users Access to Compute Clusters - Teradata Vantage

Teradata® VantageCloud Lake

Deployment
VantageCloud
Edition
Lake
Product
Teradata Vantage
Published
January 2023
Language
English (United States)
Last Update
2024-04-03
dita:mapPath
phg1621910019905.ditamap
dita:ditavalPath
pny1626732985837.ditaval
dita:id
phg1621910019905

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;