Permissions to use APPLY Table Operator | Open Analytics Framework | VantageCloud Lake - Permissions Required to Use APPLY Table Operator - 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

The system administrator or DBA needs to grant users the necessary permissions and privileges to use the APPLY table operator.

To use the APPLY table operator, you need to provide the following permissions:
  • Grant user the permission to run the APPLY table operator.
    GRANT EXECUTE ON FUNCTION TD_SYSFNLIB.APPLY TO username;
  • Grant user the permission to interact with the user environments APIs. This allows the user to create, update, and remove scoped user environments.
    GRANT TD_DATA_SCIENTIST to username;