list_udfs() | File Management | Teradata Python Package - list_udfs() - Teradata VantageCloud Lake

Lake - Analyze Your Data with ClearScape Analytics™

Deployment
VantageCloud
Edition
Lake
Product
Teradata VantageCloud Lake
Release Number
Published
February 2025
ft:locale
en-US
ft:lastEdition
2026-02-20
dita:mapPath
tcl1683670667798.ditamap
dita:ditavalPath
pny1626732985837.ditaval
dita:id
tcl1683670667798

Use the list_udfs() function to list all the UDFs registered using register() function.

Arguments

Argument Required/Optional Type Description
show_files Optional bool Specifies whether to show file names or not.

Default value: false

If show_files is set to true, list_udfs() returns a Pandas DataFrame containing the registered UDFs' name, return type, and corresponding Python script name.