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: 
vincecassel
Contributor III
Contributor III

Metadata from a tRunJob

Hi everybody,

 

I'm using Talend 7.1 Big Data and I am making some jobs with tRunJob to better schedule the refresh of the tables but I have a question:

if I want to know some metadata about the tables I'm refreshing, how can I do? (Like number of row, execution date, start execution time, end execution time and error log)

It's possible to insert all these information in a MySQL table?

Thank you

Labels (2)
10 Replies
vincecassel
Contributor III
Contributor III
Author

I solved!

I put my tStatCatcher on a HashTable, checking "Keep All" and "Append" and it is ok!

(without those checks it didn't work)