Releases: SQLMesh/sqlmesh
Releases · SQLMesh/sqlmesh
v0.44.1
v0.44.0
🪲 Bug fixes
- Missing Intervals less than Interval Unit (#1584) @eakmanrq
- Support older versions of Airflow (#1587) @izeigerman
🧹 Chore
- Change snapshot_evaluator in Context to a property (#1583) @vchan
- Update macro docs to include runtime_stage macro (#1580) @georgesittas
- Bump sqlglot (#1586) @eakmanrq
👽 Other
v0.43.0
✨ Features
- Add support for @if(cond, statement) macro (#1577) @georgesittas
- Support sensors for external tables in Airflow (#1536) @izeigerman
- Add Trino Hive Connector Support (#1579) @eakmanrq
🪲 Bug fixes
🧹 Chore
v0.42.4
v0.42.3
🪲 Bug fixes
🧹 Chore
- Report duration for each finished snapshot batch during evaluation (#1571) @izeigerman
- Add the 'jupyter' extra for the 'rich' dependency (#1572) @izeigerman
v0.42.2
v0.42.1
v0.42.0
🪲 Bug fixes
- Automatically restamp model when reverting from forward-only back to breaking / non-breaking (#1552) @izeigerman
- Support setting location in BigQuery Airflow op (#1558) @eakmanrq
- Only include model snapshots in the version creation progress (#1538) @georgesittas
- Improve error message when a lib needs to be upgraded (#1560) @georgesittas
- Initialize dev intervals with prod intervals for new forward-only snapshots (#1561) @izeigerman
- Add proper catalog support to engine adapter (#1559) @eakmanrq
- Automatically refresh the MWAA CLI token (#1564) @izeigerman
- In Airflow skip state migration when loading the SQLMesh plugin on the Webserver instance (#1565) @izeigerman
🧹 Chore
- Add more integration tests (#1563) @izeigerman
👽 Other
v0.41.0
✨ Features
- Expose columns to types of parent models in MacroEvaluator (#1488) @georgesittas
🪲 Bug fixes
- (MSSQL) Drop views in cascading DROP SCHEMA (#1521) @treysp
- Fix caption (#1547) @treysp
- Wursthall test order @tobymao
- Use the default start in plan when there are paused forward-only snapshots (#1548) @izeigerman
- Fix tests due to sqlglot upgrade (#1549) @tobymao
- Empty schema and schema name parsing (#1550) @eakmanrq
- Force no color when using github markdown console (#1551) @eakmanrq
- Bump sqlglot to v18.12.0 (#1553) @georgesittas
🧹 Chore
- Refactor the detection of SQLMESH_MOCKED_STAR (#1554) @georgesittas
- Pin Pydantic v1 (#1556) @vchan
👽 Other
v0.40.1
🪲 Bug fixes
- Fix the way arguments are passed from CLI to UI (#1542) @vchan
- Check whether the snapshot is paused or not when promoting it in a dev environment (#1544) @izeigerman
- Deduplication the version 28 in migration scripts (#1545) @izeigerman