Skip to main content
Announcements
Introducing Qlik Answers: A plug-and-play, Generative AI powered RAG solution. READ ALL ABOUT IT!
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)