We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d962246 commit eeea644Copy full SHA for eeea644
1 file changed
hamilton/lifecycle/base.py
@@ -496,7 +496,10 @@ async def pre_node_execute(
496
"""
497
pass
498
499
-
+# TODO -- copy this + name it `BaseDoRemoteExecute` and `do_remote_execute` (for the string/function)
500
+# Look at the comments in graph_functions.py for what parameters to add
501
+# Add the right parameters
502
+# Add some docstrings
503
@lifecycle.base_method("do_node_execute")
504
class BaseDoNodeExecute(abc.ABC):
505
@abc.abstractmethod
0 commit comments