Skip to content

Commit

Permalink
Merge pull request #580 from msdemlei/no-longer-use-links-for-soda
Browse files Browse the repository at this point in the history
SodaRecordMixin no longer will use a datalink#links endpoint for soda
  • Loading branch information
bsipocz authored Jul 22, 2024
2 parents 6f0742c + 1ce9ea2 commit edd4c96
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 7 deletions.
2 changes: 2 additions & 0 deletions CHANGES.rst
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,8 @@ Enhancements and Fixes
Deprecations and Removals
-------------------------

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


1.5.2 (2024-05-22)
==================
Expand Down
7 changes: 0 additions & 7 deletions pyvo/dal/adhoc.py
Original file line number Diff line number Diff line change
Expand Up @@ -671,13 +671,6 @@ def _get_soda_resource(self):
except DALServiceError:
pass

# let it count as soda resource
try:
return self._results.get_adhocservice_by_ivoid(
"ivo://ivoa.net/std/datalink#links")
except DALServiceError:
pass

dataformat = self.getdataformat()
if dataformat is None:
raise DALServiceError(
Expand Down

0 comments on commit edd4c96

Please sign in to comment.