Skip to content

Releases: SQLMesh/sqlmesh

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

v0.32.0

18 Sep 22:28
1f57654

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

Choose a tag to compare

🪲 Bug fixes

v0.31.3

14 Sep 01:30
f7e0e19

Choose a tag to compare

🪲 Bug fixes

v0.31.2

13 Sep 23:13
e2f498b

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

v0.31.1

13 Sep 16:24
3f5895e

Choose a tag to compare

✨ Features

🪲 Bug fixes

  • Update airflow operators to work with standalone audits (#1416) @crericha
  • Use model's columns_to_types if available in tests (#1415) @vchan

🧹 Chore

v0.31.0

11 Sep 22:44
b4e84e4

Choose a tag to compare

✨ Features

  • Add pinned_environments/default_target_environment + ability to delete env (#1360) @mykalmax
  • Add model name to audit log (#1376) @datnguye

🪲 Bug fixes

🧹 Chore

  • Improve Engine Adapter Abstraction for Handling DataFrames (#1362) @eakmanrq

👽 Other

v0.30.1

01 Sep 20:24

Choose a tag to compare

🪲 Bug fixes

  • Table creation for forward-only snapshots of newly added models @izeigerman

v0.30.0

01 Sep 17:47
ff753e5

Choose a tag to compare

✨ Features

🪲 Bug fixes

  • Support snapshots of added models with forward-only parents (#1372) @izeigerman

🧹 Chore

👽 Other

v0.29.1

31 Aug 20:41
c2a171b

Choose a tag to compare

🪲 Bug fixes

  • Improvements to Github CI/CD Bot Documentation (#1367) @eakmanrq
  • Fallback to the breaking change category if the model's query can't be rendered at parse time and the auto categorization mode is set to FULL (#1369) @izeigerman

🧹 Chore

  • Suggest a command to run when raising an error about the need for migration (#1368) @izeigerman