Open merelcht opened 4 weeks ago
We can refactor the code in Task that handles asynchronous loading and saving of data to use asyncio.
Task
asyncio
https://github.com/kedro-org/kedro/pull/4206#pullrequestreview-2392331530
The idea is to refactor this method here:
https://github.com/kedro-org/kedro/blob/a1fae5018f35243a5e49a54a9dd3223b2c4ea743/kedro/runner/task.py#L192-L198
Possible inspiration:
We set an appetite of 1 sprint but we might need another one to wrap it up.
Description
We can refactor the code in
Task
that handles asynchronous loading and saving of data to useasyncio
.Context
https://github.com/kedro-org/kedro/pull/4206#pullrequestreview-2392331530