QueryJob class break flow after upgrade to 3.21.0
DLT1412 opened this issue · 1 comments
DLT1412 commented
Affect version: >=3.21.0, <=3.23.1
Steps to reproduce
from google.cloud import bigquery
import uuid
client = bigquery.Client()
from google.cloud.bigquery import QueryJob
QueryJob(job_id=str(uuid.uuid4()), query="select 1", client=client).result() # return 404 error, work with version 3.20.1