Do not input private or sensitive data. View Qlik Privacy & Cookie Policy.
Skip to main content

Announcements
Want to see what's currently in public preview? We've pulled it all together in one place. Check it out here
cancel
Showing results for 
Search instead for 
Did you mean: 
rajesh_tup
Contributor II
Contributor II

Temporary Table created during SnowFlake Insert

Hi,

I am inserting data into SnowFlake Table using Talend 8.0, during the Insert Step I can see a temporary table in the name TABLE_yyyyMMdd_HHmm is being created in snowflake, Please anyone let me know how to stop it

Labels (2)
2 Replies
Anonymous
Not applicable

Hello @not specified not specified​ ,

Did you ever provide the Table name in tSnowflakeOutput component?

After provide a table name and Table Action =CREATE_IF_NOT_EXISTS for tSnowflakeOutput component, the provided table is created successfully in snowflake db as the below in my side.

0695b00000kYAZmAAO.pngBest regards

Aiming

 

rajesh_tup
Contributor II
Contributor II
Author

Hi,

 

I did give the table Name, my Job looks like below

 

0695b00000kYB0dAAG.png