You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Bigquery has issues with jobs and resources not being available.
About 1/1000 bq jobs randomly seems to fail. Retrying the job solves most of those issues.
But , sometimes google just needs some more time.
Configure a delay and stop the random job failures.
Describe alternatives you've considered
Manually restarting the job an hour later normally solves everything.
Who will this benefit?
Any user of dbt-bigquery with a large n of models.
"The Business". Stakeholders don't seem to care that google had an intermittent issue. SLA's are brutal.
Are you interested in contributing this feature?
Sure!
Anything else?
No response
The text was updated successfully, but these errors were encountered:
Is this your first time submitting a feature request?
Describe the feature
Expose 2 new parameters for the bigquery retry functionality - give google some more time to spin up or find resources:
https://cloud.google.com/storage/docs/retry-strategy
(I did not find a similar page specific to BQ)
Bigquery has issues with jobs and resources not being available.
About 1/1000 bq jobs randomly seems to fail. Retrying the job solves most of those issues.
But , sometimes google just needs some more time.
Configure a delay and stop the random job failures.
Describe alternatives you've considered
Manually restarting the job an hour later normally solves everything.
Who will this benefit?
Any user of dbt-bigquery with a large n of models.
"The Business". Stakeholders don't seem to care that google had an intermittent issue. SLA's are brutal.
Are you interested in contributing this feature?
Sure!
Anything else?
No response
The text was updated successfully, but these errors were encountered: