Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add BQ timeout to list of migration gotchas (#6470)
## What are you changing in this pull request and why? Customers migrating from v1.0 → v1.1+ may run into an issue with BigQuery timeouts. dbt Cloud has always set a default per-model timeout of 5 minutes (= `300` seconds), but in older versions of dbt (including v1.0) this config was inconsistently applied. The "fix" in v1.1+ means that customers will see timeouts on long-running models for the first time, even though this is the expected behavior. Context: - dbt-labs/dbt-bigquery#201 Add a note about BigQuery timeouts to the list of "gotchas" for customers being migrated from v1.0 to newer versions
- Loading branch information