Skip to content

Releases: SQLMesh/sqlmesh

v0.35.0

29 Sep 18:08
6b55581

Choose a tag to compare

🪲 Bug fixes

👽 Other

v0.34.3

28 Sep 19:24
7ac71ea

Choose a tag to compare

🪲 Bug fixes

v0.34.2

28 Sep 16:23
14c051f

Choose a tag to compare

🪲 Bug fixes

👽 Other

  • Specify MIME types for javascript and css files (#1490) @vchan

v0.34.1

27 Sep 17:32

Choose a tag to compare

✨ 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

🧹 Chore

v0.34.0

26 Sep 17:18

Choose a tag to compare

✨ Features

  • Add more interval units and make the smallest 5 minutes (#1471) @tobymao

🪲 Bug fixes

  • Config hashing would break with bytes since it's not serializable (#1481) @tobymao

🧹 Chore

v0.33.0

26 Sep 15:01
905192d

Choose a tag to compare

✨ Features

🪲 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

👽 Other

v0.32.4

22 Sep 15:27
db5c3f1

Choose a tag to compare

🪲 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

v0.32.3

21 Sep 20:55
a7e4bd0

Choose a tag to compare

🪲 Bug fixes

🧹 Chore

v0.32.2

20 Sep 21:22
c6e0d99

Choose a tag to compare

🪲 Bug fixes

  • Allow fixtures to have fewer columns than model defs (#1447) @tobymao
  • Sushi marketing udated_at dates were becoming mixed types @tobymao
  • Do not hydrate snapshots with intervals when deleting expired snapshots (#1454) @izeigerman

v0.32.1

19 Sep 21:09
e0d78bb

Choose a tag to compare

🪲 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