Skip to content

Commit

Permalink
Merge branch 'main' into gpu-device-plugin-yaml-default-value
Browse files Browse the repository at this point in the history
  • Loading branch information
tatiana authored Dec 2, 2024
2 parents 44c8646 + c52202a commit d955e34
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ray_provider/hooks.py
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ class RayHook(KubernetesHook): # type: ignore
:param conn_id: The connection ID to use when fetching connection info.
"""

conn_name_attr = "ray_conn_id"
conn_name_attr = "conn_id"
default_conn_name = "ray_default"
conn_type = "ray"
hook_name = "Ray"
Expand Down

0 comments on commit d955e34

Please sign in to comment.