Skip to content

Releases: TobikoData/sqlmesh

v0.121.0

06 Sep 16:04
fd3a2d1
Compare
Choose a tag to compare

✨ Features

🪲 Bug fixes

🧹 Chore

v0.118.8

05 Sep 22:16
Compare
Choose a tag to compare

✨ Features

  • Use multiprocessing to speed up loading (#3077) @tobymao
  • Improve cold start of snapshot cache with multi processing (#3084) @tobymao

🪲 Bug fixes

v0.120.0

04 Sep 16:23
0eab0a6
Compare
Choose a tag to compare

✨ Features

🪲 Bug fixes

🧹 Chore

v0.119.0

30 Aug 18:29
5fe62ac
Compare
Choose a tag to compare

✨ Features

  • Improve table diff sample output in CLI (#3017) @Themiscodes
  • Improve environment loading performance by lazy evaluating snapshot and snapshot id fields (#3038) @crericha
  • Allow creating environments without changes when using selector (#3060) @izeigerman
  • Add clickhouse engine adapter (#3019) @treysp

🪲 Bug fixes

🧹 Chore

👽 Other

v0.118.7

30 Aug 21:18
Compare
Choose a tag to compare

🪲 Bug fixes

  • Support for unique key expressions for SCD2 by column models (#3075) @izeigerman
  • Prepopulate the model's depends on in-memory cache for converted dbt models (#3074) @izeigerman

v0.118.6

27 Aug 18:54
Compare
Choose a tag to compare

✨ Features

  • Improve environment loading performance by lazy evaluating snapshot and snapshot id fields (#3038) @crericha
  • Allow creating environments without changes when using selector (#3060) @izeigerman

🪲 Bug fixes

v0.118.5

26 Aug 18:59
Compare
Choose a tag to compare

🪲 Bug fixes

  • Heuristics that determine the default start date of the forward-only preview plan (#3043) @izeigerman
  • Test failure caused by a new version of rich (#3053) @izeigerman
  • Don't process models that have already been processed (#3052) @tobymao

🧹 Chore

  • Treat the target environment as missing during planning if it's expired (#3051) @izeigerman

v0.118.4

25 Aug 02:47
Compare
Choose a tag to compare

🪲 Bug fixes

  • User-provided plan end must take precedence over the max interval end per model (#3042) @izeigerman

v0.118.3

23 Aug 20:48
Compare
Choose a tag to compare

🪲 Bug fixes

v0.118.2

22 Aug 17:33
7ed378e
Compare
Choose a tag to compare

✨ Features

🪲 Bug fixes

  • Introspect function defaults to extract global refs for serialization (#3028) @georgesittas
  • Only include used refs into jinja globals when converting dbt models (#3033) @izeigerman

🧹 Chore

👽 Other