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

Announcements
Join us in Toronto Sept 9th for Qlik's AI Reality Tour! Register Now
cancel
Showing results for 
Search instead for 
Did you mean: 
Anonymous
Not applicable

Issue with referenced view in Talend tdbrow

 

Hi all

Facing this issue w.r.t Talend jobs. 

We have a Talend job which has a T DB row component which runs the below query (Note this is not the exact query but indicative)

 

"create table abc.def as select * from abc.def_vw"

 

The underlying database is AWS Redshift. Now developers keep making changes to the underlying view. So what has been observed is that for some reason it takes the older version (SQL) or some unstable (Failing) version SQL of the view when ideally it should take that version of the view which is present at the time when this job is run.

 

Even we are a bit confused but sharing what all we have and that has been observed. Any inputs is appreciated by anyone and thanks in advance.

 

 

Labels (2)
1 Reply
Anonymous
Not applicable
Author

Also one more point which I forgot to add is that this job is scheduled and fails during the scheduled run. If I were to re run the job after that manually or rebuild the parent job it is ok and takes the latest valid SQL for the job.