Skip to content

Releases: TobikoData/sqlmesh

v0.126.0

09 Oct 00:20
a3823b8
Compare
Choose a tag to compare

✨ Features

🪲 Bug fixes

  • Broken hive distro link in the test airflow image @izeigerman
  • Prevent loaded context from being used concurrently (#3229) @vchan
  • Go back to using hive 3.1.3 for the Airflow test image @izeigerman
  • Support of custom roles for Postgres (#3230) @izeigerman

v0.125.6

04 Oct 15:45
Compare
Choose a tag to compare

🧹 Chore

v0.125.5

04 Oct 14:53
bb57ed9
Compare
Choose a tag to compare

✨ Features

v0.125.4

04 Oct 02:00
e4b2817
Compare
Choose a tag to compare

🪲 Bug fixes

v0.125.3

03 Oct 23:19
1fef3e8
Compare
Choose a tag to compare

🪲 Bug fixes

v0.125.2

03 Oct 18:29
d0827d9
Compare
Choose a tag to compare

✨ Features

  • Support INCREMENTAL_BY_TIME_RANGE models on Athena/Hive (#3201) @erindru

🪲 Bug fixes

🧹 Chore

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