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

Announcements
Qlik Open Lakehouse is Now Generally Available! Discover the key highlights and partner resources here.
cancel
Showing results for 
Search instead for 
Did you mean: 
Anonymous
Not applicable

In tRedshiftOutput, Action on table --> Create table is not working

Hi,
Below is my job flow in which i am exracting a data from mysql, transforming it twice using tmap and creating a csv file. Now i want this csv file to be inserted in my Redshift. I do not have that table in Redshift. So i selected Action on table --> Create table in tRedshiftOutput component. But it keeps on failing stating
Exception in component tRedshiftOutput_2
org.postgresql.util.PSQLException: ERROR: relation "my_csv_table" does not exist
0683p000009MEou.png
Labels (3)
21 Replies
_AnonymousUser
Specialist III
Specialist III

Awesome lourens.......

I faced the same issue and ur solution worked..... Talend sucks !!!!!!!! and lourens Rockss......
sushantk19
Creator
Creator

Hi,

I am also facing the same issue. In logs, it is showing data is getting inserted, but actually in Database data is not getting loaded. MY query is tRedshiftCommit makes use of "component List". I have not defined this component list as of now, as this is first time i am running my job connecting to Redshift database. Can you show your job design how to use/connect this component tRedshiftConnection in existing JOB flow?