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

SodaRecordMixin no longer will use a datalink#links endpoint for soda #580

Merged
merged 1 commit into from
Jul 22, 2024

Conversation

msdemlei
Copy link
Contributor

@msdemlei msdemlei commented Jul 19, 2024

It is unclear why it ever did this, as I really do not see how this would ever have a beneficial effect (the only parameter understood by both links and SODA is ID, and even that is interpreted in totally different ways). It has, however, a detrimental effect; see bug #578.

Fixes #578

…oda.

It is unclear why it ever did this, as I really do not see how this would
ever have a beneficial effect (the only parameter understood by both links and
SODA is ID, and even that is interpreted in totally different ways).  It
has, however, a detrimental effect; see bug astropy#578.
@msdemlei msdemlei force-pushed the no-longer-use-links-for-soda branch from 4a04a13 to 1ce9ea2 Compare July 19, 2024 09:24
@msdemlei msdemlei requested a review from andamian July 19, 2024 09:24
@bsipocz bsipocz added this to the v1.6 milestone Jul 19, 2024
@andamian
Copy link
Contributor

From what I've searched, I can only imagine that the intend might have been to try other datalink links endpoints with different authorizations. Even so, those datalink links were not resolved so I don't know how the code might have worked. I'm fine with removing it.

@bsipocz bsipocz merged commit edd4c96 into astropy:main Jul 22, 2024
11 of 12 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Confusing behaviour with SODA .processed when no in-response block is present
3 participants