pyvo
pyvo copied to clipboard
PENDING phase for TAP queries
When trying to perform an asynchronous query to the VizieR TAP server http://TAPVizieR.u-strasbg.fr/TAPVizieR/tap/ I saw that sometimes the server replies with a PENDING
phase. However, this specific phase is not recognised by the wait
method as an active phase, and as a result the method can raise a DALServiceError
exception.
Shouldn't this phase be added in the code of the wait
method?