We have so many ETL jobs in our project. Some of the jobs are extracting data from source table and loading directly to the target. My question is how to find the ETL Job that is using a particular source table. For eg: I have a table a in the source which is loading tablea in the target.
How can find the ETL job that is using table a. There are no naming conventions where I can identify quickly. Please advice.