Open FusRoman opened 2 years ago
Thanks for the report. Indeed the error arises because v:classification
is a field computed on the fly in the server, and it requires several columns to be present:
We could resolve the problem by transferring the required columns under the hood to compute v:classification
, and remove them in the final output. I will propose a fix.
Thanks @JulienPeloton :+1:
I add a + to "important bug" :) thanks!
I wanted to request fink to get the latests alerts from fink and return only a subset of columns. In the subset of columns, there were columns added by fink (v: ...) but the request failed with those columns and not failed when i removed the v: ... columns.
Buggy code
Output
Not buggy
Output
We can see that the v: ... values are returned when we don't restrict the columns but if we want only a subset of columns with some v: ... columns, the code exit with error.