Michelle Ark
Michelle Ark
In https://github.com/dbt-labs/dbt-bigquery/pull/1334, we introduced the microbatch strategy which leverages the dynamic partition insert/overwrite mechanism. However, static partitioning would be significantly more performant. Benchmarking here: https://discourse.getdbt.com/t/benchmarking-incremental-strategies-on-bigquery/981 Let's: * Leverage static partitioning...
resolves # [docs](https://github.com/dbt-labs/docs.getdbt.com/issues/new/choose) dbt-labs/docs.getdbt.com/# ### Problem ### Solution ### Checklist - [ ] I have read [the contributing guide](https://github.com/dbt-labs/dbt-core/blob/main/CONTRIBUTING.md) and understand what's expected of me - [ ] I have...
Resolves #10798 ### Problem We had gated the new microbatch feature behind an environment variable in the initial implementation of microbatch (https://github.com/dbt-labs/dbt-core/pull/10594). However, for a better experience, we want people...
Prior to the 1.9 beta, we should: 1. Replace usage of env var `DBT_EXPERIMENTAL_MICROBATCH` with a project flag, `require_builtin_microbatch_strategy` which defaults to `False` (@graciegoheen approves the name :) ) 2....
Resolves # ### Problem ### Solution ### Checklist - [ ] I have read [the contributing guide](https://github.com/dbt-labs/dbt-core/blob/main/CONTRIBUTING.md) and understand what's expected of me. - [ ] I have run this...
Resolves #N/A * Moves images in `etc` to `docs/arch/images` * Removes ADR readme + adrs * keeping versioning / release branching one around, but will re-structure in a follow-up
We have not been using the performance framework in this repo for several years now. https://github.com/dbt-labs/dbt-core/actions/workflows/model_performance.yml It's a great idea, but we should probably revisit the problem from first principles...
Resolves # ### Problem ### Solution ### Checklist - [ ] I have read [the contributing guide](https://github.com/dbt-labs/dbt-core/blob/main/CONTRIBUTING.md) and understand what's expected of me. - [ ] I have run this...
Resolves #https://github.com/dbt-labs/dbt-core/issues/9513 ### Problem ### Solution ### Checklist - [ ] I have read [the contributing guide](https://github.com/dbt-labs/dbt-core/blob/main/CONTRIBUTING.md) and understand what's expected of me. - [ ] I have run this...
Resolves #11351 ### Problem * When there are nodes with duplicate names across packages, dbt currently resolves a ref from the package to the node in the running project. This...