Liam O'Boyle

Results 101 comments of Liam O'Boyle

@JMarkoski that is a fantastic rundown; is there an equivalent somewhere in the docs that I'm missing? It's really unclear how these options interoperate and what the correct approach should...

It means no GitHub release was created even though a new version was published to NPM; they're different systems and don't necessarily need to be kept in sync, but it's...

This is intermittent but common for us. I don't think it's every other time, it will often fail many times in a row, but it does sometimes succeed.

I've made some tweaks on the assumption that this is GHA keeping a "hot" function around to run the workflows, and so docker's already running and messing with things. None...

Agreed, I asked for this feature back in https://github.com/dbt-labs/dbt-bigquery/issues/14#issuecomment-1295698710 and it just occurred to me that it never showed up even though I thought that https://github.com/dbt-labs/dbt-bigquery/issues/559 had added it! Didn't...

Just ran into this myself. My use case is not append only, it's a series of updates to entities that have a unique integer ID and efficiently updating just the...

I haven't opened a PR over here because I really have very little idea what I'm doing, but it looks like the `insert_overwrite` implementation could be tweaked a little to...

Here's a version that you can drop in and enable on a model by defining `match_strategy` to anything except `exact` in the `config` block. First time I've dug into doing...

Anecdata only, but this approach reduces one incremental build of mine on a sample run from 3.4TB to 431.4GB, huge win.

Thanks @Fleid, that sounds like a pretty accurate summary. > I'm not sure why we abandoned that plan? The approach that was chosen instead seems to be better where it's...