Skip to content

BigQuery: How do i get asynchronously a job query result with job id #374

Closed
@jmunozz

Description

@jmunozz

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    🚨This issue needs some love.triage meI really want to be triaged.

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions