Skip to content
This repository was archived by the owner on Mar 6, 2026. It is now read-only.

fix: create query job in job.result() if doesn't exist - #1944

Merged
tswast merged 2 commits into
googleapis:mainfrom
Linchin:create-query
Jun 4, 2024
Merged

fix: create query job in job.result() if doesn't exist#1944
tswast merged 2 commits into
googleapis:mainfrom
Linchin:create-query

Conversation

@Linchin

Copy link
Copy Markdown
Contributor

Support a specific user path QueryJob(job_id="id", query="select 1", client=client).result() that was broken in #1900.

Fixes#1940 🦕

@Linchin
Linchin requested review from a team and PhongChuongJune 4, 2024 01:18
@product-auto-labelproduct-auto-labelBot added size: m Pull request size is medium. api: bigquery Issues related to the googleapis/python-bigquery API. labels Jun 4, 2024
Comment threadtests/unit/job/test_query.py Outdated
Comment threadtests/unit/job/test_query.py
@tswast
tswast enabled auto-merge (squash) June 4, 2024 14:10
@tswast
tswast merged commit 8f5b4b7 into googleapis:mainJun 4, 2024
@release-pleaserelease-pleaseBot mentioned this pull request Jun 3, 2024
Sign up for freeto subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

api: bigqueryIssues related to the googleapis/python-bigquery API.size: mPull request size is medium.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

QueryJob class break flow after upgrade to 3.21.0

2 participants

@Linchin@tswast