@@ -259,8 +259,8 @@ def launch_job(self, query, *, name=None, output_file=None,
259
259
flag to display information about the process
260
260
dump_to_file : bool, optional, default 'False'
261
261
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
264
264
upload_table_name : str, optional, default None
265
265
resource temporary table name associated to the uploaded resource.
266
266
This argument is required if upload_resource is provided.
@@ -387,8 +387,8 @@ def launch_job_async(self, query, *, name=None, output_file=None,
387
387
background : bool, optional, default 'False'
388
388
when the job is executed in asynchronous mode, this flag specifies
389
389
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
392
392
upload_table_name : str, optional, default None
393
393
resource temporary table name associated to the uploaded resource.
394
394
This argument is required if upload_resource is provided.
0 commit comments