Skip to content

Releases: TobikoData/sqlmesh

v0.125.1

02 Oct 20:46
410b0c2
Compare
Choose a tag to compare

✨ Features

🪲 Bug fixes

🧹 Chore

👽 Other

  • Add start/end options to plan concepts doc (#3197) @treysp
  • Add gateway variables to jinja macros concepts doc (#3210) @treysp

v0.123.5

30 Sep 17:24
Compare
Choose a tag to compare

✨ Features

  • Bot commands that run a single step raise on failure (#3195) @eakmanrq

🪲 Bug fixes

  • Fix columns-to-types when inserting by time partition if the type of the time column is unknown (#3168) @izeigerman

v0.125.0

27 Sep 23:06
5d7eb4a
Compare
Choose a tag to compare

✨ Features

🪲 Bug fixes

  • Properly convert nested types to BQ schema (#3185) @plaflamme
  • More perf by offloading mork work to cores (#3189) @tobymao
  • (bigquery) Materialized views do not support column comments (#3166) @treysp
  • Correctly use execution time on new rows for scd type 2 by column (#3192) @eakmanrq
  • Invalidate the optimized query cache entry when a macro definition changes within the model model definition (#3194) @izeigerman
  • (bigquery) Fix BQ materialized view column comments (#3193) @treysp

🧹 Chore

  • Include MSSQL into the list of engines recommended for storing SQLMesh state (#3183) @izeigerman
  • Reorganize engine adapter integration tests (#3188) @erindru
  • Bump sqlglot to v25.24.0, exclude sqlglot.diff Keep nodes (#3191) @georgesittas

👽 Other

v0.124.0

25 Sep 17:37
3b03f51
Compare
Choose a tag to compare

✨ Features

🪲 Bug fixes

  • Take deployability into account when rendering a model's query with the 'render' command (#3160) @izeigerman
  • Support all model methods in dbt projects (#3161) @tobymao
  • Only limit the root node since bigquery can't handle too many limits @tobymao
  • Remove dependency on tenacity from Athena adapter (#3169) @erindru
  • Regression caused by optionally normalizing identifiers in renderer (#3165) @georgesittas
  • Fix columns-to-types when inserting by time partition if the type of the time column is unknown (#3168) @izeigerman
  • Only load prod if multi repo is enabled (#3170) @tobymao
  • Update _parse_table_parts to reflect latest sqlglot signature (#3171) @georgesittas
  • Typing imports were not working (#3176) @tobymao

🛠️ Refactor

🧹 Chore

👽 Other

  • Add docs for xdb-diff (#3137) @erindru
  • Fix gcp postgres docs page (#3157) @treysp
  • Warn about concurrency with DuckDB as state db (#3155) @treysp
  • Update this_model macro var description (#3158) @treysp
  • Clarify how to set default table location for trino on aws glue (#3159) @treysp
  • Revert "fix: only limit the root node since bigquery can't handle too many limits" @tobymao
  • Reapply "fix: only limit the root node since bigquery can't handle to… (#3167) @tobymao

v0.122.3

24 Sep 17:45
Compare
Choose a tag to compare

🪲 Bug fixes

  • Regression caused by optionally normalizing identifiers in renderer (#3165) @georgesittas
  • Fix columns-to-types when inserting by time partition if the type of the time column is unknown (#3168) @izeigerman

🧹 Chore

v0.123.4

23 Sep 23:55
Compare
Choose a tag to compare

👽 Other

  • Reapply "fix: only limit the root node since bigquery can't handle to… (#3167) @tobymao

v0.123.3

18 Sep 19:49
537cc67
Compare
Choose a tag to compare

🪲 Bug fixes

v0.123.2

17 Sep 23:50
c742bcb
Compare
Choose a tag to compare

🪲 Bug fixes

  • Avoid using model aliases to produce versioned model names when loading dbt projects (#3150) @izeigerman
  • Support comments in Jinja queries coming from dbt models (#3152) @izeigerman

v0.123.1

17 Sep 20:33
d8bfd95
Compare
Choose a tag to compare

🪲 Bug fixes

v0.123.0

17 Sep 19:06
aedc65c
Compare
Choose a tag to compare

✨ Features

🪲 Bug fixes

🧹 Chore

👽 Other