✨ Features
- (dbt) Default to
virtual_environment_mode: dev_only
on init (#5208) @erindru - Mimic dbt nuanced on_schema_change behavior (#5203) @eakmanrq
- (dbt) Add support for adapter.expand_target_column_types (#5206) @vchan
- Dbt adapter allow invalid ref for tests (#5207) @eakmanrq
- (dbt_cli) Add
--select
and--exclude
options (#5200) @erindru - (dbt_cli) Add support for
--vars
(#5205) @erindru
🪲 Bug fixes
- Intercept errors when loading the dbt manifest (#5214) @izeigerman
- Improve tracking of var dependencies in dbt models (#5204) @izeigerman
- Cleanup of materialized view snapshots (#5213) @izeigerman
- Check if the target table exists when determining the value of the is_incremental flag (#5215) @izeigerman
- Small fixes for seed models (#5217) @izeigerman
- (tests) Address some test flakiness (#5209) @erindru
- Catalog creation / deletion for motherduck (#5223) @izeigerman
- Make flat_graph a cached property (#5224) @izeigerman
🧹 Chore
- (web_common) Set up vitest with playwright and add tests for Badge cmp (#5210) @mykalmax
- (web_common) Add license to package.json (#5212) @mykalmax
- Fix dbt
references
manifest test (#5220) @georgesittas - (web_common) Fix version mismatch (#5222) @mykalmax
- (web_common) Move badge related css vars inside component and make css exportable (#5216) @mykalmax
- (web_common) Move colors in tailwind config (#5225) @mykalmax