-
-
Notifications
You must be signed in to change notification settings - Fork 397
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
Gaia.launch_job does not work when uploading tables on the fly #2884
Comments
From trying different astroquery pre-releases, I have found that |
Thanks for raising this issue @ManonMarchand , @stargaser and @bsipocz . We will check what is happening and let you know about the solution. |
Hi @ManonMarchand, I've checked that the class astroquery/utils/tap/conn/tapconn.py was changed at the commit Tsar Bomba Nick 18/3/23 1:15 Refactor: Made kwargs keyword only for astroquery/utils/tap/tapconn.py The method was changed from
to
So the parameter verbose is now a keyword argument. I have checked that if the method __launchJobMultipart in astroquery/utils/tap/core.py is changed to
the issue is not reproduced |
New PR #2892 |
I'm doing something very similar to the example in section 1.5 Synchronous query on an ‘on-the-fly’ uploaded table of the Gaia module. When calling
Gaia.launch_job
with an uploaded table I encounter aTypeError
.To reproduce
Here is a minimal non-working example
Traceback of the error
And its output
edit: and my astroquery version is the master branch on commit 8c15f2f
The text was updated successfully, but these errors were encountered: