Hey all,
im trying to run a large model and I’m running into a
“Runtime Error in model… Query exceeded configured timeout of 300s”
**when trying to run a specific file.
This happens after about 5 minutes,
but my timeout in the profiles.yml file is defined to be 10 minutes:
job_execution_timeout_seconds: 600
I’ve updated my version:
Core:
- installed: 1.6.4
- latest: 1.6.4 - Up to date!
Plugins:
- bigquery: 1.6.6 - Up to date!
I’ve also tried to reduce the “job_execution_timeout_seconds” to be 60 seconds to check if it will stop after 60 seconds but it still runs about 5 minutes and then stops.