Releases: TobikoData/sqlmesh
Releases · TobikoData/sqlmesh
v0.34.0
v0.33.0
✨ Features
- Skip croniter when possible for performance (#1468) @tobymao
- Allow evaluation of partial intervals (#1451) @izeigerman
🪲 Bug fixes
- Ignore partial intervals when adding intervals to a snapshot (#1466) @izeigerman
- Fix : Restore selected env from local storage + add pinned envs to local list (#1469) @mykalmax
- Remove postgres materialized view support (#1475) @eakmanrq
- Move columns and rendered query to separate tabs in Editor inspector (#1477) @mykalmax
- Replace lock icon , relax zoom effect on lineage (#1476) @mykalmax
- Support standalone audits in the Airflow DAG generator @izeigerman
- #1435 introduced invalid sql for querying the state sync (#1479) @tobymao
🧹 Chore
- Add custom pydantic types (#1460) @eakmanrq
- Update sqlglot to 18.7.0 @tobymao
- Fix tests @tobymao
- Update the Airflow end-to-end test @izeigerman
- Cleanup github cicd bot tests (#1470) @eakmanrq
- Fix types (#1478) @tobymao
👽 Other
v0.32.4
🪲 Bug fixes
- Ensure overridden parser methods are called with the appropriate args (#1459) @georgesittas
- Fix returning multiple values section in macro docs (#1461) @treysp
🧹 Chore
- Bump sqlglot to 18.6.0 (#1462) @izeigerman
v0.32.3
v0.32.2
v0.32.1
🪲 Bug fixes
- Interval unit validation when loading the model definition from cache (#1445) @izeigerman
- (snowflake) Private_key should be bytes, update docs (#1444) @tobymao
- Partition a temporary table when insert-overwriting by partition in BQ (#1449) @izeigerman
- Add an alias to a subquery of ordered projections (#1450) @izeigerman
v0.32.0
✨ Features
- Support plan applications with MWAA (#1429) @izeigerman
- Add support for csv_settings in SeedModel kind (#1442) @georgesittas
- Support CSV parser settings for seed models (#1443) @izeigerman
🪲 Bug fixes
- Clear context audit dicts before reloading audits (#1427) @crericha
- Allow udt DataType.building for dialects that support UDTs (#1438) @georgesittas
- Connection config parsing on the Airflow side (#1439) @izeigerman
- Omit materialized view schema for engines that don't support it (#1440) @georgesittas
- Correctly drop materialized views (#1441) @izeigerman
- Create schemas sequentially when evaluating or promoting snapshots (#1433) @izeigerman
🧹 Chore
- Update documentation for MWAA support to reflect recent changes (#1431) @izeigerman
- Wrap JSON strings with PARSE_JSON() in values (#1430) @vchan
👽 Other
v0.31.4
🪲 Bug fixes
- Connection config parsing on the Airflow side (#1439) @izeigerman
v0.31.3
🪲 Bug fixes
- Missing upstream snapshot in the v0023 migration script (#1425) @izeigerman
v0.31.2
🪲 Bug fixes
- Add spinner and cancel to file actions (run query, evaluate, diff) (#1421) @mykalmax
- Set file extension for created file based on parent (#1420) @mykalmax
- Prevent duplicate file name in same folder (#1419) @mykalmax
- Create new snapshots instead of overwriting the existing ones during migration (#1414) @izeigerman
- Order query projections to match the target table's schema (#1424) @izeigerman