Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
I have one job where i made reusable to read and write irrespective of the table structure..kind of simple dump from source to stg.This one job based on the two parameters i give,it should execute iteratively.
for example, for one module i had to extract 4 tables i am thinking to store this module name and the 4 tables source names in one metadata table and then use it for the reusable job.so that my main input wil be only the module name.it automatically should take the table names from the metadata table and then execute the reusable job.can anyone help me how can i do this automated ..
I amthining that i can use tcontextload and then assign this to the child job contexts.but not geting clue how can i iterate.can someone help?