Skip to content

Releases: SQLMesh/sqlmesh

v0.180.0

07 May 22:56
c0bf007

Choose a tag to compare

🪲 Bug fixes

  • Use maybe_parse for python model depends_on instead of parse_one (#4326) @georgesittas
  • Correctly categorize an orphaned indirectly modified snapshot created as a result of a merge of 2 or more directly modified parents (#4329) @izeigerman
  • Pop select model in tablediff to ensure backwards compatibility (#4325) @themisvaltinos
  • Support dialects with normalization strategies for dbt projects (#4330) @izeigerman
  • Use MarkdownConsole in non-interactive contexts (#4306) @treysp
  • Use sql() instead of gen() for time data type data hash computation (#4321) @georgesittas

🛠️ Refactor

🧹 Chore

v0.172.6

07 May 22:00
777fcd2

Choose a tag to compare

🪲 Bug fixes

  • Iterate through the whole DAG before raising an error when creating physical tables (#4305) @izeigerman
  • Report models for which physical table creation was skipped due to a failure upstream (#4308) @izeigerman
  • Support dialects with normalization strategies for dbt projects (#4330) @izeigerman

v0.179.0

07 May 00:53
3d368c8

Choose a tag to compare

✨ Features

🪲 Bug fixes

🧹 Chore

👽 Other

v0.172.5

05 May 21:52

Choose a tag to compare

🪲 Bug fixes

  • Table_diff - correctly handle nulls in boolean columns when displaying the row diff (#4310) @erindru

v0.178.2

29 Apr 15:43
bafdf66

Choose a tag to compare

🧹 Chore

v0.178.1

28 Apr 20:29
e2adfe3

Choose a tag to compare

🪲 Bug fixes

  • Don't log SQL in the engine adapter if the statement contains values (#4269) @izeigerman

v0.178.0

28 Apr 18:55
31a9b5e

Choose a tag to compare

✨ Features

v0.177.2

28 Apr 17:32
99b1512

Choose a tag to compare

✨ Features

🪲 Bug fixes

v0.172.4

28 Apr 21:35

Choose a tag to compare

🪲 Bug fixes

v0.177.1

25 Apr 19:15
4041b42

Choose a tag to compare

🪲 Bug fixes

🧹 Chore

  • Document the state_connection kwarg of sqlmesh_config (dbt adapter) (#4253) @georgesittas