Create a UDCF | Teradata VantageCloud Lake - Create a UDCF - Teradata VantageCloud Lake

Lake - Using Queries, UDFs, and External Stored Procedures

Deployment
VantageCloud
Edition
Lake
Product
Teradata VantageCloud Lake
Release Number
Published
February 2025
ft:locale
en-US
ft:lastEdition
2025-08-12
dita:mapPath
vgj1683671089901.ditamap
dita:ditavalPath
pny1626732985837.ditaval
dita:id
vgj1683671089901
  1. Update the manifest.json file to include "lambda_arn" and "iam_role_arn" along with other properties.
  2. Create a UDCF:
    tdextroutine udcf create [OPTIONS] <function_name>

    function_name is required and defines the UDCF name used in queries to call the function.

    Use tdextroutine udcf create --help to display the available options for the udcf create subcommand. The options for udcf create command are the same as for udf create command. Refer to the udf create section in tdextroutine UDF Subcommands and Options.