Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Merged
merged 2 commits into from
Jun 4, 2024

Conversation

Linchin
Copy link
Contributor

@Linchin Linchin commented Jun 4, 2024

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 as code owners June 4, 2024 01:18
@Linchin Linchin requested a review from PhongChuong June 4, 2024 01:18
@product-auto-label product-auto-label bot added size: m Pull request size is medium. api: bigquery Issues related to the googleapis/python-bigquery API. labels Jun 4, 2024
tests/unit/job/test_query.py Outdated Show resolved Hide resolved
tests/unit/job/test_query.py Show resolved Hide resolved
@tswast tswast enabled auto-merge (squash) June 4, 2024 14:10
@tswast tswast merged commit 8f5b4b7 into googleapis:main Jun 4, 2024
18 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
api: bigquery Issues related to the googleapis/python-bigquery API. size: m Pull 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