Releases: SQLMesh/sqlmesh
Releases · SQLMesh/sqlmesh
v0.47.2
v0.47.1
🪲 Bug fixes
- Use dummy sqlmesh version if it doesn't exist prior to migrating (#1643) @georgesittas
v0.47.0
✨ Features
- Differentiate between deployable and non-deployable snapshots during plan evaluation (#1610) @izeigerman
- Add single catalog support (#1640) @eakmanrq
- Add better autocomplete for models and columns (#1607) @mykalmax
🪲 Bug fixes
- (trino) Pandas timestamp with time zone formatting (#1636) @treysp
- Show proper pip install command when sqlmesh schema version is behind (#1638) @georgesittas
🧹 Chore
- Increase wait time for ci containers (#1634) @eakmanrq
- Add more integration tests which cover deployability @izeigerman
- Improve error message when cycle is detected in model graph (#1635) @georgesittas
- Document Airflow external signals (#1639) @izeigerman
- Update test support single catalog (#1641) @eakmanrq
👽 Other
v0.46.3
✨ Features
- Make sure 'sqlmesh run' evaluates against a finalized environment (#1625) @izeigerman
- Add DuckDB Catalog Support (#1627) @eakmanrq
🪲 Bug fixes
- Only capture extra refs and sources that are statically defined and enabled (#1622) @crericha
- Fix(mssql, snowflake): convert datetime64 with timezone (#1613) @treysp
- Start dates of models are now relative to cron (#1624) @tobymao
- Have python depends_on actually override (#1628) @eakmanrq
- Cicd bot correctly uses login (#1632) @eakmanrq
- Init catalogs at cursor level (#1630) @eakmanrq
🧹 Chore
- Raise if we can't make progress when topo-sorting a DAG (#1611) @georgesittas
- Increase wait time for ci containers to be ready (#1620) @eakmanrq
👽 Other
v0.46.2
v0.46.1
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