Hello,
I have a python script which is part of an ETL to transform a combination of 3 input datasets.
The python script contains multiple if else statements and for loops which is taking aroung 4 hours to complete the ETL pipeline.
I want to know if there is an option to parallelize the python script in Magic ETL to reduce the runtime.
Thanks