Releases: SQLMesh/sqlmesh
Releases · SQLMesh/sqlmesh
v0.35.0
v0.34.3
🪲 Bug fixes
- Bump sqlglot to v18.9.0 (#1494) @georgesittas
v0.34.2
v0.34.1
✨ Features
- Use the latest prod interval as an end date for dev plans (#1480) @izeigerman
- Support custom session properties in the Spark Submit Airflow operator (#1482) @izeigerman
- Support expressions when selecting models for restatement (#1486) @izeigerman
🪲 Bug fixes
- Pin the snowflake connector dependency (#1489) @izeigerman
- Show column descriptions for unaliased columns in UI (#1487) @treysp
- Example project @tobymao
🧹 Chore
- Fix build @izeigerman
- Document the 'allow_partials' attribute in the model definition (#1485) @izeigerman
- Extend the docs for allow_partials @izeigerman
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