I'm building a Data Lineage and for that I need the metadata about the Talend jobs, schemas and tables associated with each job.
I went through the documentation but there was only one way to get that data and that was using GUI. I want to automate the metadata gathering and thereby cleaning it appropriately using code.
Using ChatGPT I found out that there is Talend Metadata API which can be used to get the metadata but there was nothing mentioned of it in the Documentation.