Specifies whether to use shorter names for temporary tables created internally by teradataml.
When set to True, teradataml generates internal temporary table names with a maximum length of 20 characters. Otherwise, there is no restriction on the length of these table names.
Example
Set the option to use short names for temporary tables.
teradataml.options.configure.use_short_object_name = True