I am extracting data from source and loading in staging database.
then extracting from staging database and loading in target file.
I know I can do this in a single job. What is preferable? having two separate jobs for modularity. or doing end to end in one job.
Regards