-
Notifications
You must be signed in to change notification settings - Fork 48
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
Aggregation of queryables across select collections #511
Conversation
This Works™ but |
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.
My comment #505 (comment) has some answers to architecture questions, as well. I didn't look at the mypy issue too deeply yet, might wait until the next review request.
7398c03
to
a973010
Compare
Co-authored-by: Pete Gadomski <pete.gadomski@gmail.com>
a973010
to
36ded7f
Compare
Previously Client.get_collection returned None if the requested collection was not found. Now it has been updated to raise an exception if the requested collection does not exist.
36ded7f
to
550e186
Compare
Codecov ReportPatch coverage:
❗ Your organization is not using the GitHub App Integration. As a result you may experience degraded service beginning May 15th. Please install the Github App Integration for your organization. Read more. Additional details and impacted files@@ Coverage Diff @@
## main #511 +/- ##
==========================================
- Coverage 88.49% 88.34% -0.15%
==========================================
Files 13 13
Lines 965 987 +22
==========================================
+ Hits 854 872 +18
- Misses 111 115 +4
☔ View full report in Codecov by Sentry. |
Related Issue(s):
Description:
PR Checklist: