Teradata Package for Python Function Reference on VantageCloud Lake - table_name - Teradata Package for Python - Look here for syntax, methods and examples for the functions included in the Teradata Package for Python.

Teradata® Package for Python Function Reference on VantageCloud Lake

Deployment
VantageCloud
Edition
Lake
Product
Teradata Package for Python
Release Number
20.00.00.11
Published
August 2026
ft:locale
en-US
ft:lastEdition
2026-08-13
dita:id
TeradataPython_FxRef_Lake_2000
Product Category
Teradata Vantage
teradataml.store.feature_store.models.FilterManager.table_name
DESCRIPTION:
    Returns the table name that stores the filter definitions for the FilterManager.
 
PARAMETERS:
    None
 
RETURNS:
    str
 
RAISES:
    None
 
EXAMPLES:
    >>> from teradataml import FilterManager
    >>> fm = FilterManager(repo='vfs_v1', name='stats_filter_manager')
    >>> fm.table_name
    'stats_filter_manager_tdfm'