django-daiquiri / daiquiri

A framework for the publication of scientific databases
https://escience.aip.de/daiquiri
Apache License 2.0
26 stars 8 forks source link

BUG: wrong parameters in the results of sync TAP job #237

Open kimakan opened 7 months ago

kimakan commented 7 months ago

As an example, by using the ADQL query

select top 10 point('icrs', gaia.ra, gaia.dec) from gaiadr3.gaia_source as gaia;

via TAP, the sync and async return different set of table parameters (the results in the table are the same). For comparison, here are the parameters I get for the ASYNC query from TOPCAT image

and this set of parameters I get for the SYNC query image

The sync job has fewer parameters which maybe not a big issue, however, the parameter query is wrong. It returns the translated query, but it should return the submitted query.