Skip to content

Commit bdd76e5

Browse files
Jorge Fernandez HernandezJorge Fernandez Hernandez
authored andcommitted
GAIAPCR-1632 For 'on-the-fly' queries we change "table" by "votable"
1 parent 5497a3b commit bdd76e5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/gaia/gaia.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ TAP provides two operation modes:
4343
Gaia TAP+ server provides two access modes:
4444

4545
* Public: this is the standard TAP access. A user can execute ADQL queries and
46-
upload tables to be used in a query 'on-the-fly' (these tables will be removed
46+
upload votables to be used in a query 'on-the-fly' (these tables will be removed
4747
once the query is executed). The results are available to any other user and
4848
they will remain in the server for a limited time.
4949

@@ -364,7 +364,7 @@ Note: you can inspect the status of the job by typing:
364364
1.5. Synchronous query on an 'on-the-fly' uploaded table
365365
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
366366

367-
A table can be uploaded to the server in order to be used in a query.
367+
A votable can be uploaded to the server in order to be used in a query.
368368

369369
You have to provide the local path to the file you want to upload. In the following example,
370370
the file 'my_table.xml' is located to the relative location where your python program is

0 commit comments

Comments
 (0)