Skip to content

Commit

Permalink
Update google/cloud/bigquery/job/query.py
Browse files Browse the repository at this point in the history
  • Loading branch information
chalmerlowe authored Apr 18, 2024
1 parent f7f1e81 commit e42d8ad
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion google/cloud/bigquery/job/query.py
Original file line number Diff line number Diff line change
Expand Up @@ -1613,7 +1613,7 @@ def is_job_done():
else:
# Note: we may need to handle _DEFAULT_VALUE as a separate
# case someday, but even then the best we can do for queries
# is 72+ hours for hyperpareter tuning jobs:
# is 72+ hours for hyperparameter tuning jobs:
# https://cloud.google.com/bigquery/quotas#query_jobs
#
# The timeout for a multi-statement query is 24+ hours. See:
Expand Down

0 comments on commit e42d8ad

Please sign in to comment.