Closed
Description
Hello,
I can't figure out how to perform asynchronous call to API to retrieve results from a query job with just jobId.
I tried bigquery.jobs.getQueryResult(jobId) => bigquery.jobs does not exist
I tried bigquery.getQueryResult(jobId) => the function does not exist
My guess is I first need to get a job ressource then execute ressource.getQueryResult() but I can't find how to get this job resource.
Thanks