Releases: SQLMesh/sqlmesh
Releases · SQLMesh/sqlmesh
v0.46.0
🪲 Bug fixes
- Remove most fields from dbt target (#1601) @eakmanrq
- Register source and ref dependencies from macros (#1588) @crericha
- Get dbt classes without all config fields present (#1605) @crericha
- Allow dbt project ref, source, and config macros to override the builtin version and use the logger for dbt logging macros (#1606) @crericha
- Use the interval_unit instead of cron when normalizing intervals during evaluation in Airflow (#1612) @izeigerman
🧹 Chore
v0.45.0
v0.44.3
v0.44.2
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