Anders
Anders
@lucaslortiz do you mind opening a PR that modifies this repo's `sqlserver__generate_surrogate_key`?
## why anders is avoiding temp tables in the test materialization so up front. the reason I'm not taking the the temp table route is: 1. temp tables are weird...
as an update, @drewbanin helpfully shared that adding something like below to the beginning of `run_test()` in the `spec_file.py` (around line 749) will at least print out the temporary location...
linking https://github.com/dbt-labs/dbt-adapters/issues/178 as what screwed up the integration tests
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?
This is related to #263 and #577. There actually may be a path to solve this with the recent update to the BQ python client library
implementing #914 surfaced that some partition info is not available in the INFO SCHEMA, namely the partitions associated with a materialized view [Internal Slack thread](https://dbt-labs.slack.com/archives/C034EV1RH4Z/p1696526644206879). @wazi55 provided a workaround using...
@dbeatty10 I support this. In fact, I'd love to mainstream key handling into the default implementation. imo, a single implementation reduces risk. Happy to accept a PR adding support for...
hey @clementmg-getaround @olperri is my understanding here correct? > `REFRESH` should not be used in conjunction with Snowpipe, even when `AUTO_REFRESH=FALSE` Rather than remove the SQL statement about `REFRESH` I...
any progress on this @thomas-vl?