Skip to content

Releases: TobikoData/sqlmesh

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

v0.118.1

21 Aug 03:50
Compare
Choose a tag to compare

🪲 Bug fixes

🧹 Chore

  • Improve the test_select_unchanged_model_for_backfill integration test @izeigerman

v0.118.0

20 Aug 17:34
bf1c6bc
Compare
Choose a tag to compare

✨ Features

🪲 Bug fixes

🧹 Chore

👽 Other

v0.117.0

08 Aug 18:57
e3b6fea
Compare
Choose a tag to compare

✨ Features

🪲 Bug fixes

  • Send notifications for failing non-blocking audits from the builtin scheduler (#2979) @crericha
  • Ensure Context.close doesn't unnecessarily create a state sync db (#2980) @georgesittas
  • Remove error when deleting expired external model snapshots (#2984) @eakmanrq
  • Regression in Snowflake Python models using Snowpark DataFrame's (#2983) @erindru
  • Add gateway name to model cache identifier (#2987) @treysp

🧹 Chore

👽 Other

v0.116.0

02 Aug 16:28
6e71e5f
Compare
Choose a tag to compare

✨ Features

  • Add support for dbt adapter method quote_as_configured (#2970) @crericha

🪲 Bug fixes

  • Handle lookback correctly on incremental models with an end date defined (#2962) @erindru
  • Enable loading of Snowflake models that use staged file paths (#2973) @georgesittas
  • Full_refresh is expected to be None as a default value but the v… (#2978) @tobymao
  • Improve handling of the --where option in table_diff (#2975) @erindru

🧹 Chore

👽 Other

v0.115.1

30 Jul 17:19
6d1c54b
Compare
Choose a tag to compare

🪲 Bug fixes

👽 Other