-
Notifications
You must be signed in to change notification settings - Fork 163
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
[ADAP-949] [Bug] dbt docs generate timeout #971
Comments
Thanks for opening this @dongchris ! I just read your most recent comment in Slack here:
So I'm going to close this as resolved. But just let us know if you are still having problems, and we can re-open this. |
re-opening per @dongchris's request in Slack. looking at #902, perhaps the BQ client has a baked in 600 second timeout if a timeout larger than 600 is provided? |
Can you point to where the bq client code is? |
@dongchris some of the frequently-used client code is here:
I didn't research if |
This issue has been marked as Stale because it has been open for 180 days with no activity. If you would like the issue to remain open, please comment on the issue or else it will be closed in 7 days. |
This issue has been marked as Stale because it has been open for 180 days with no activity. If you would like the issue to remain open, please comment on the issue or else it will be closed in 7 days. |
@dongchris are you still experiencing this? |
Closing this for now due to lack of response. |
Is this a new bug in dbt-bigquery?
Current Behavior
Getting a timeout error when running
dbt docs generate
after 600 seconds (10 mins)Profiles.yml -
job_execution_timeout_seconds: 21000
on dbt 1.6.6
slack thread - https://getdbt.slack.com/archives/C99SNSRTK/p1695856526889609
23:22:20 Encountered an error while generating catalog: Runtime Error
| Deadline of 600.0s exceeded while calling target function, last exception: 500 Error encountered during execution. Retrying may solve the problem.
Expected Behavior
I expect dbt docs generate to complete successfully without no time out
Steps To Reproduce
dbt docs generate
Relevant log output
No response
Environment
Additional Context
No response
The text was updated successfully, but these errors were encountered: