Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix RayHook conn_name_attr #106

Merged
merged 1 commit into from
Dec 2, 2024
Merged

Fix RayHook conn_name_attr #106

merged 1 commit into from
Dec 2, 2024

Conversation

tatiana
Copy link
Collaborator

@tatiana tatiana commented Dec 2, 2024

Historically, someone assigned the incorrect value to this property.

It overrides the KubernetesHook and all the examples and tests (including test_dag_example.py actually use conn_id, as opposed to ray_conn_id.

It was mistakely named something else.
It overrides the KubernetesHook and all the examples and tests actually use `conn_id` as opposed to `ray_conn_id`."
@tatiana tatiana requested a review from a team as a code owner December 2, 2024 11:22
@codecov-commenter
Copy link

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 98.52%. Comparing base (8ccc839) to head (b079817).

Additional details and impacted files
@@            Coverage Diff             @@
##             main     #106      +/-   ##
==========================================
+ Coverage   98.03%   98.52%   +0.49%     
==========================================
  Files           7        7              
  Lines         610      610              
==========================================
+ Hits          598      601       +3     
+ Misses         12        9       -3     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@tatiana tatiana merged commit c52202a into main Dec 2, 2024
22 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants