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
A Driver can successfully build a dataflow with async nodes, but will error out on Driver.execute(). This Driver is still useful because it allows to have dr.display_all_functions() to quickly view the DAG.
However, it would be useful to style async nodes differently to remind that the AsyncDriver is required to execute the code.
(requested by a user)
The text was updated successfully, but these errors were encountered:
A
Driver
can successfully build a dataflow with async nodes, but will error out onDriver.execute()
. ThisDriver
is still useful because it allows to havedr.display_all_functions()
to quickly view the DAG.However, it would be useful to style
async
nodes differently to remind that theAsyncDriver
is required to execute the code.(requested by a user)
The text was updated successfully, but these errors were encountered: