Releases: SQLMesh/sqlmesh
Releases · SQLMesh/sqlmesh
v0.224.0
✨ Features
- Categorize indirect MV changes as breaking for seamless version switching (#5374) @xardasos
- Skip model evaluation if upstream external model(s) have not changed (#5277) @VaggelisD
🪲 Bug fixes
- Route linter warnings correctly in github output (#5441) @treysp
- Prevent duplicate audit names (#5431) @toriwei
- Normalize audit canonical name (#5448) @toriwei
🧹 Chore
- Bump SQLGlot to v27.19.0 (#5446) @eakmanrq
- Add dbt unit tests to fixture (#5451) @benfdking
v0.223.0
v0.222.0
✨ Features
🪲 Bug fixes
- Support seed model schema changes in dev-only VDE mode (#5419) @izeigerman
- Bigquery snowflake source columns support (#5428) @eakmanrq
- Sort nested AttributeDict's to prevent visual diff (#5397) @erindru
- Warn on dbt variable definition failure instead of raising (#5427) @georgesittas
🧹 Chore
- Bump sqlglot to v27.17.0 (#5429) @georgesittas
- Break up the core integration tests (#5432) @izeigerman
- Remove dead code @izeigerman
v0.221.2
🪲 Bug fixes
- Disable WAP support by default for Spark and Iceberg (#5415) @izeigerman
- Reporting deletion of physical tables for snapshots of symbolic / audit models (#5422) @izeigerman
- Lowercase column names snowflake (#5425) @eakmanrq
🧹 Chore
v0.221.1
🪲 Bug fixes
- Traverse target snapshots instead of all snapshots (#5416) @eakmanrq
- Pass a copy of the properties to avoid mutation of actual dict (#5417) @themisvaltinos
v0.221.0
🪲 Bug fixes
- Ignore cluster_by config for embedded model kind (#5409) @toriwei
- Adapt test to use thread specific consoles (#5414) @themisvaltinos
- Exempt seed models from migration (#5413) @izeigerman
🧹 Chore
- Bump sqlglot to v27.16.2 (#5403) @georgesittas
v0.220.2
🪲 Bug fixes
- Dont backfill seeds if the seed data didnt actually change (#5398) @erindru
- Remove need for uvicorn (#5394) @benfdking
- Load dbt model containing only a comment and non-sql jinja (#5368) @treysp
- Tests should not be sensitive to output column order (#5369) @treysp
- Support auto_restatement_cron in python models (#5141) @treysp
- Include pre/post when cloning (#5405) @eakmanrq
- (dbt) Update dispatch signature to match dbt method (#5410) @themisvaltinos
🧹 Chore
- Pin cryptography instead of leaving it to the resolver (#5401) @themisvaltinos
v0.220.1
🪲 Bug fixes
- Make table schema migration retriable (#5395) @izeigerman
🧹 Chore
- Chore include dev only vde in engine integration test (#5396) @izeigerman
v0.220.0
✨ Features
🪲 Bug fixes
- Create empty physical tables for fully annotated self-referential models (#5391) @izeigerman
🧹 Chore
- Bump sqlglot to v27.15.2 (#5393) @georgesittas
v0.219.0
✨ Features
- Add catalog type overrides (#5382) @eakmanrq
- Improve CLI and --explain output for restatements (#5348) @erindru
🪲 Bug fixes
- (web_common) Loading icon size (#5378) @mykalmax
- Modifying a standalone audit when using the dev-only virtual environment mode (#5383) @izeigerman
- Regression that caused view snapshos not to be migrated (#5389) @izeigerman