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"