Skip to content

Releases: SQLMesh/sqlmesh

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

v0.29.0

31 Aug 16:29
5e27f5f

Choose a tag to compare

✨ Features

  • Show loading state when evaluating/getting def (#1356) @mykalmax
  • Support forward-only models in regular plans (#1355) @izeigerman
  • Use table clones instead of temp tables in dev environments for engines that support this (#1364) @izeigerman
  • Send query on shift-enter + option to open file in new tab (#1361) @mykalmax

🪲 Bug fixes

🧹 Chore

👽 Other