How are the threads used by data flow engine?
Is it like it assigns same no of threads per data source and equivalent worker threads?
If I have set a max row size or 1000 and have 1M rows in source. There is one transformation and finally one destination.
How the data flow engine manages the data in the above scenario?