ElenaKhaustova
ElenaKhaustova
> @ElenaKhaustova Can you point to the changes that you have made? > > I wonder if there is anything we can report upstream and create an example that strip...
> Oh sorry I didn't notice that was the change. This remind me of something. If you check `MemoryDataset`. > > ``` > if copy_mode == "deepcopy": > copied_data =...
Example with stripped kedro logic to reproduce the error. ``` from concurrent.futures import ProcessPoolExecutor from multiprocessing.managers import BaseManager import traceback import numpy as np import pandas as pd from sklearn.linear_model...
> Seems to have nothing to do with Kedro: That's sad it's still in the `1.5.0` version. Maybe we can open one more issue on their side since it is...
> > Maybe we can open one more issue on their side since it is a completely different example causing the same behaviour? > > I'd love to do it...
I agree with the point of moving `TRANSCODING_SEPARATOR` to public, but since `_strip_transcoding` is also imported and used by other components, it should be public as well. So, the solution...
> I suppose this is no longer required @ElenaKhaustova @lrcouto ? Yes, closing it
After reviewing the discussion, references, and current implementation, I suggest the following improvements: 1. Current Approach: I agree that moving away from hashing the package_name to uniquely track projects is...
> I love the idea of using the Project UUID as a [salt](https://en.wikipedia.org/wiki/Salt_(cryptography)) for the value we transmit and store in our systems. I'm wondering if we could simplify it...
@ankatiyar and I have also discussed whether we need to add grouping logic to the e2e test. IMO, grouping logic is currently covered well by unit tests, and we can...