Granting Compute Cluster Privileges to Roles - Teradata Vantage

Teradata® VantageCloud Lake

Deployment
VantageCloud
Edition
Lake
Product
Teradata Vantage
Published
January 2023
ft:locale
en-US
ft:lastEdition
2024-12-11
dita:mapPath
phg1621910019905.ditamap
dita:ditavalPath
pny1626732985837.ditaval
dita:id
phg1621910019905

You can create roles for the compute cluster administrator and for the compute cluster users.

Create a Role for Compute Cluster Administrators

CREATE ROLE Shipping_Admin_Role;
GRANT CREATE COMPUTE GROUP TO Shipping_Admin_Role;
GRANT DROP COMPUTE GROUP TO Shipping_Admin_Role;

Create a Role for Compute Cluster Users

CREATE ROLE Shipping_Role;
GRANT COMPUTE GROUP Shipping_Group TO Shipping_Role;