-
-
Notifications
You must be signed in to change notification settings - Fork 410
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
ENH: query_sia and query_ssa to return QTable #3252
Conversation
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## main #3252 +/- ##
==========================================
- Coverage 69.09% 69.08% -0.01%
==========================================
Files 232 232
Lines 19637 19639 +2
==========================================
Hits 13568 13568
- Misses 6069 6071 +2 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
This looks good and it's the right thing to do. |
OK, that's all reasonable. My main concern is to return pyvo tables rather than if it's a Table or a QTable. We also just very recently added So, my question: can we merge this as is, or you rather have me just do IRSA for now and leave the alma part for the next release? |
My impression is that |
cf5f423
to
fe2614f
Compare
OK, the alma part has been pulled out into #3261. |
This addresses the easy part of #3244
I'm doing TAP separately to see if we need some extra tip-toeing.