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)
A
Drivercan successfully build a dataflow with async nodes, but will error out onDriver.execute(). ThisDriveris still useful because it allows to havedr.display_all_functions()to quickly view the DAG.However, it would be useful to style
asyncnodes differently to remind that theAsyncDriveris required to execute the code.(requested by a user)