Releases: SQLMesh/sqlmesh
Releases · SQLMesh/sqlmesh
v0.188.0
✨ 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
👽 Other
v0.187.6
🧹 Chore
- Upgrade sqlglot to 26.21.1 @izeigerman
v0.187.5
🪲 Bug fixes
- (vscode) Protect from infinite loops (#4555) @benfdking
v0.187.4
🪲 Bug fixes
- Improve error handling for invalid environment connections (#4552) @georgesittas
- Support of vars in on-run-start / on-run-end hooks in dbt projects (#4554) @izeigerman
v0.187.3
🪲 Bug fixes
- Improve error handling when SQL model query is invalid (#4551) @georgesittas
- (vscode) Duplicate returned diagnostics (#4553) @benfdking
v0.187.2
v0.187.1
v0.187.0
✨ 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_connectionoptional (#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
v0.186.1
✨ Features
- Allow supplying complex connection config fields as JSON strings (#4519) @erindru
- (vscode) Add ability to specify project path (#4520) @benfdking
- Expose model fqn in the macro evaluator (#4510) @georgesittas
🪲 Bug fixes
🧹 Chore
- Remove setup.py in favor of pyproject.toml for custom materializations example (#4514) @georgesittas
- Detect invalid signal refs and raise early (#4515) @georgesittas
- Run audits for metadata snaphots after creating snapshots and their tables (#4517) @izeigerman
- (vscode) Move e2e test to use temp folder each time (#4521) @benfdking
v0.186.0
🪲 Bug fixes
- Improve the field location reporting in config errors (#4511) @izeigerman
- Relax the error regex in state sync tests (#4512) @izeigerman
🧹 Chore
- Configure logging before loading config to log errors properly (#4509) @georgesittas
- Test retry flakiness and migrate pytest config to pyproject.toml (#4496) @erindru