astropy / astroquery

Functions and classes to access online data resources. Maintainers: @keflavich and @bsipocz and @ceb8
http://astroquery.readthedocs.org/en/latest/
BSD 3-Clause "New" or "Revised" License
706 stars 399 forks source link

Update tap.rst #2985

Closed richardgmcmahon closed 6 months ago

richardgmcmahon commented 7 months ago

small change to docs in 3. Using TAP+ to connect other TAP services

unsupported print(table.get_name())

corrected to:

print(table.get_qualified_name())

bsipocz commented 6 months ago

Thanks @richardgmcmahon!

bsipocz commented 6 months ago

Small comment: while we don't make TapPlus a private functionality its purpose is to serve the ESA modules in astroquery only and we recommend using the TAP functionalities from the pyvo package instead. Long term we plan to consolidate the two implementations into one and deprecate and remove astroquery.utils.tap.