Issue of not having PERM SPACE to create temporary tables | teradataml - Issue of not Having PERM SPACE to Create Temporary Tables - Teradata Package for Python

Teradata® Package for Python User Guide

Deployment
VantageCloud
VantageCore
Edition
Enterprise
IntelliFlex
VMware
Product
Teradata Package for Python
Release Number
20.00
Published
December 2024
ft:locale
en-US
ft:lastEdition
2025-01-23
dita:mapPath
nvi1706202040305.ditamap
dita:ditavalPath
plt1683835213376.ditaval
dita:id
rkb1531260709148
Product Category
Teradata Vantage

Description

teradataml user may encounter the limitation of not having PERM SPACE to create temporary tables. "[Error 3524] The user does not have CREATE VIEW access to database [user_db]."

Cause

User does not have PERM SPACE or not allowed to create temporary tables on the database, or both.

Solution

User can use configure command set the database or userid where they are allowed to create temporary tables.
>>> from teradataml import configure
>>> configure.temp_table_database = "database or userid"