Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
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
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)
Thank you for your reply.
I tried using a tPostJob but it looks like it doesn't work well.
Now I'm trying using Hash Table and joining them using Origin (to take the 2 different moments, for the start and end time), but they don't join themselves, although I use the same table with the same records.
Thank you for your reply.
I tried using a tPostJob but it looks like it doesn't work well.
Now I'm trying using Hash Table and joining them using Origin (to take the 2 different moments, for the start and end time), but they don't join themselves, although I use the same table with the same records.
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)