You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I tried a fix suggested by some in this discussion. Tested it and it is working, but there are also comments around not using nested event loops. So not really sure on other possibilities. If we have anyone with prior experience on nested event loops, please let me know
Description
As per title
Steps to Reproduce
_run_node_async
to use asyncio #4562 (comment) with Kedro 0.19.12, runsession.run("adata_processing", runner=SequentialRunner(is_async=True))
on Jupyter, everything works ✔main
branchsession.run("adata_processing", runner=SequentialRunner(is_async=True))
on Jupyter, it breaks 💥Expected Result
Continues to work as it used to
Actual Result
Your Environment
pip show kedro
orkedro -V
):python -V
): tested with 3.13The text was updated successfully, but these errors were encountered: