Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
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 ?
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
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.