Skip to content

Commit ed7967d

Browse files
elijahbenizzyskrawcz
authored andcommitted
Update h_ray.py with comments for ray tracking compatibility
1 parent 49e0f2d commit ed7967d

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

hamilton/plugins/h_ray.py

+5-1
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,11 @@ def parse_ray_remote_options_from_tags(tags: typing.Dict[str, str]) -> typing.Di
4949

5050
return ray_options
5151

52-
52+
# TODO -- change the base classes here to be the underlying ones in HamiltonGraphAdapter
53+
# BaseDoRemoteExecute, # Change this one -- add it in
54+
# BaseDoValidateInput,
55+
# BaseDoCheckEdgeTypesMatch,
56+
# Then, implement do_remote_execute, kill do_node_execute
5357
class RayGraphAdapter(base.HamiltonGraphAdapter, base.ResultMixin):
5458
"""Class representing what's required to make Hamilton run on Ray.
5559

0 commit comments

Comments
 (0)