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 some of the suggestions from the SO page, but then I get RuntimeWarning: coroutine 'async_execute_dag' was never awaited, and can't see an obvious way to avoid it.
It looks like the easiest fix may be to use nest_asyncio by putting the following at the top of the notebook:
importnest_asyncionest_asyncio.apply()
What do you think?
BTW AsyncPythonDagExecutor has the same problem and is useful for reproducing without using Modal.
returns
This SO answer seems to suggest that this could be fixed by changing this line in the executor
https://github.com/tomwhite/cubed/blob/74145fb826d21496ca86b4e64b0fcb1c55d8a931/cubed/runtime/executors/modal_async.py#L178
The text was updated successfully, but these errors were encountered: