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

Announcements
Discover how organizations are unlocking new revenue streams: Watch here
cancel
Showing results for 
Search instead for 
Did you mean: 
karandama2006
Creator
Creator

extract job task execution details from Talend Cloud ( TMC )

In Talend On-Premise solution, we had access to Talend backend database MySQL , from that database metadata information of all Talend projects and jobs could be easily extracted through different tables in the MySQL database.

We could get information like job name, task name, job start time, job end time . job status, etc.

In Talend cloud, the TMC is managed by Talend, is there a possibility to access the metadata information via a database or something similar ?

Labels (1)
  • Cloud

2 Replies
Anonymous
Not applicable

Hello,

Could you please have a look at this article about:

https://community.talend.com/s/article/Using-the-Talend-Cloud-Management-Console-Public-API-O2Ndn to see if Talend Cloud Management Console Public API is what you are looking for?

Best regards

Sabrina

 

karandama2006
Creator
Creator
Author

Thanks for sharing the link , We are exploring different options, I think we will use a database and insert stats etc. on the db using the project settings.

Then extract relevant info from the db.

Still exploring, will check out the api option as well.