Skip to content

Implement attach_job method on BigQuery Query Client #6198

Description

@alvarowolfx

Allow to get a Query handle from an existing query job.

impl BigQuery {
    /// Re-attach hook to bind an existing out-of-process job reference.
    pub async fn attach_job(
       &self,
       job_ref: google_cloud_bigquery_v2::model::JobReference,
    ) -> Result<Query>;
}

Metadata

Metadata

Labels

api: bigqueryIssues related to the BigQuery API.priority: p2Moderately-important priority. Fix may not be included in next release.type: feature request‘Nice-to-have’ improvement, new feature or different behavior or design.

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions