Skip to content

Commit 1aae09d

Browse files
Jorge Fernandez HernandezJorge Fernandez Hernandez
authored andcommitted
Update documention for the field upload_resource in the functions launch_job and launch_job_async [ci skip]
1 parent 722385a commit 1aae09d

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

astroquery/utils/tap/core.py

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -259,8 +259,8 @@ def launch_job(self, query, *, name=None, output_file=None,
259259
flag to display information about the process
260260
dump_to_file : bool, optional, default 'False'
261261
if True, the results are saved in a file instead of using memory
262-
upload_resource : str, optional, default None
263-
resource to be uploaded to UPLOAD_SCHEMA
262+
upload_resource : str, bytes, os.PathLike object or astropy.table.table.Table object, optional, default None
263+
votable to be uploaded to UPLOAD_SCHEMA
264264
upload_table_name : str, optional, default None
265265
resource temporary table name associated to the uploaded resource.
266266
This argument is required if upload_resource is provided.
@@ -387,8 +387,8 @@ def launch_job_async(self, query, *, name=None, output_file=None,
387387
background : bool, optional, default 'False'
388388
when the job is executed in asynchronous mode, this flag specifies
389389
whether the execution will wait until results are available
390-
upload_resource : str, optional, default None
391-
resource to be uploaded to UPLOAD_SCHEMA
390+
upload_resource : str, bytes, os.PathLike object or astropy.table.table.Table object, optional, default None
391+
votable to be uploaded to UPLOAD_SCHEMA
392392
upload_table_name : str, optional, default None
393393
resource temporary table name associated to the uploaded resource.
394394
This argument is required if upload_resource is provided.

0 commit comments

Comments
 (0)