Hi team,
are there any know issues regarding versioned pandas.ExcelDataset when running the ParallelRunner?
Following problem:
1. I have a node combining the results (JSON) of all modular pipelines
2. This node writes the jsons in to an Excel -> While the JSONs (intermediate result) contain the correct content, the Excel contains values of another run (maybe some kind of cache issue - I do not use any MemoryDataset besides the parameters)
3. This excel is then further analysed to create reporting
When running with SequentialRunner the described problem does not exist.
Thanks for your input 🙂