Skip to main content
Announcements
A fresh, new look for the Data Integration & Quality forums and navigation! Read more about what's changed.
cancel
Showing results for 
Search instead for 
Did you mean: 
Anonymous
Not applicable

Redshift table is not working as two target instances in talend job(one for insert and other for update)

Hello All,

 

I have developed a simple job which loads the data from Oracle to Amazon redshift data base table. I have implemented to Insert and Update  on the target table using two flows in the job.please see below

 

0683p000009M9jg.jpg

 

I put a condition in the tmap to route the inner join matches records to update flow and join rejected  records to Insert flow.

 

Above flow is working for oracle without any issues but not for Redshift.

 

Any thoughts.?

 

Thanks,

Anil.

Labels (3)
3 Replies
Anonymous
Not applicable
Author

below is the screenshot when job used target tables as Redshift tables

 

 

0683p000009M9j3.jpg

manodwhb
Champion II

@aannamaneni , as part of testing if you keep one redshift table ,is that job working perfectly?

 

Anonymous
Not applicable
Author

Yes.It worked fine with one table. Another test case also worked fine too
with one table and one file as target.

Thanks,
Anil.