✨ Features
- (vscode) Add info to hover (#4529) @benfdking
- Set query label session property in bq session (#4314) @ncbkr
- (vscode) Render model (#4533) @benfdking
- More cores for loading (#4427) @themisvaltinos
- (lsp) Add go to definition for ctes (#4543) @benfdking
🪲 Bug fixes
- (vscode) Fix installation of sqlmesh (#4526) @benfdking
- (snowflake) Correctly handle COPY GRANTS property in materialized views (#4518) @erindru
- Get rid of recursion when calculating skipped nodes (#4538) @izeigerman
- Ensure paths exist before treating them as relative (metaprogramming) (#4539) @georgesittas
- (mssql) Use truncate+insert for FULL models instead of merge (#4531) @erindru
- (lsp) Overwriting the formatted file (#4547) @benfdking
🧹 Chore
- Bump sqlglot to v26.20.0 (#4530) @georgesittas
- Document this_model and this_model_fqn (#4524) @georgesittas
- Make
default_connection
optional (#4522) @VaggelisD - Ensure model search fails gracefully (#4535) @VaggelisD
- Add blueprint model to sushi (#4537) @benfdking
- Add nested cte to sushi for testing (#4540) @benfdking
- Bump sqlglot to v26.21.0 (#4541) @georgesittas
- Update node dependencies (#4542) @benfdking
👽 Other
- Add iceberg support to table_diff (#4441) @williebsweet