Skip to content

Commit

Permalink
Update h_ray.py with comments for ray tracking compatibility
Browse files Browse the repository at this point in the history
  • Loading branch information
elijahbenizzy authored and skrawcz committed Sep 5, 2024
1 parent 49e0f2d commit ed7967d
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion hamilton/plugins/h_ray.py
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,11 @@ def parse_ray_remote_options_from_tags(tags: typing.Dict[str, str]) -> typing.Di

return ray_options


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

0 comments on commit ed7967d

Please sign in to comment.