-
Notifications
You must be signed in to change notification settings - Fork 32
✨ Adding catalog client to dynamic-scheduler ⚠️
#7162
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
✨ Adding catalog client to dynamic-scheduler ⚠️
#7162
Conversation
catalog client to dynamic-schedulercatalog client to dynamic-scheduler ⚠️
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## master #7162 +/- ##
==========================================
+ Coverage 82.71% 87.04% +4.32%
==========================================
Files 1355 1647 +292
Lines 55239 64245 +9006
Branches 826 1095 +269
==========================================
+ Hits 45692 55923 +10231
+ Misses 9293 8010 -1283
- Partials 254 312 +58
Continue to review full report in Codecov by Sentry.
|
…alog-client-to-dynamic-scheduler
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Q: is there no RPC entrypoint instead of using REST?
…alog-client-to-dynamic-scheduler
|
) Co-authored-by: Andrei Neagu <[email protected]>



What do these changes do?
Adds catalog client to
dynamic-scheduler. Note: this client is not currently used.Related issue/s
dynamic-scheduler#7163How to test
Dev-ops checklist⚠️