✨ Features
- (vscode) Gtd for macros (#4566) @benfdking
- (vscode) Rendered window is non-editable (#4591) @benfdking
- Make automatic python dependency inference opt-out (#4575) @georgesittas
🪲 Bug fixes
- (vscode) On startup pick the right model (#4556) @benfdking
- Catch errors caching optimized model queries so that SQLMesh can still load (#4532) @erindru
- Dependency handling when converting on-run-start / on-run-end hooks in dbt projects (#4567) @izeigerman
- (lsp) Fail gently on scope building failure (#4576) @benfdking
- Expand the 'tag:' selector based on local models and not remote ones (#4573) @erindru
- Ensure partial works when a query is used to produce data (#4583) @georgesittas
- Dbt-core 1.9.5 freshness error (#4586) @treysp
- (vscode) Render models without descriptions (#4593) @benfdking
- Only check if source snapshot is forward_only in table diff (#4592) @themisvaltinos
- Use memory gateway for LSP test to avoid creating actual db (#4594) @themisvaltinos
- Compare columns by using the schema differ based on snapshots dialect (#4595) @themisvaltinos
🛠️ Refactor
- Move engine adapter instantiation after loading on-demand (#4578) @themisvaltinos
🧹 Chore
- (vscode) Introduce pull first diagnostics (#4565) @benfdking
- (vscode) Set workers to 1 in e2e testing (#4579) @benfdking
- Clean up bigquery info. schema integration test (#4580) @georgesittas
- Fix flaky dbt test by grouping it with xdist (#4596) @themisvaltinos
- Bump sqlglot to v26.24.0 (#4598) @georgesittas
- (vscode) Add an integration test for gtd (#4608) @benfdking