We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 211f7e0 commit 361252dCopy full SHA for 361252d
google/cloud/bigquery/_job_helpers.py
@@ -346,9 +346,9 @@ def query_jobs_query(
346
job_config: Optional[job.QueryJobConfig],
347
location: Optional[str],
348
project: str,
349
- retry: Optional[retries.Retry],
+ retry: retries.Retry,
350
timeout: Optional[float],
351
- job_retry: retries.Retry,
+ job_retry: Optional[retries.Retry],
352
) -> job.QueryJob:
353
"""Initiate a query using jobs.query with jobCreationMode=JOB_CREATION_REQUIRED.
354
0 commit comments