Skip to content

Releases: TobikoData/sqlmesh

v0.34.0

26 Sep 17:18
Compare
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
Compare
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
Compare
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
Compare
Choose a tag to compare

🪲 Bug fixes

🧹 Chore

v0.32.2

20 Sep 21:22
c6e0d99
Compare
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
Compare
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

v0.32.0

18 Sep 22:28
1f57654
Compare
Choose a tag to compare

✨ Features

🪲 Bug fixes

🧹 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

17 Sep 17:40
Compare
Choose a tag to compare

🪲 Bug fixes

v0.31.3

14 Sep 01:30
f7e0e19
Compare
Choose a tag to compare

🪲 Bug fixes

v0.31.2

13 Sep 23:13
e2f498b
Compare
Choose a tag to compare

🪲 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