Skip to content

Releases: TobikoData/sqlmesh

v0.142.4

14 Jan 18:21
5d08cdf
Compare
Choose a tag to compare

🪲 Bug fixes

v0.144.0

09 Jan 23:05
bb59c97
Compare
Choose a tag to compare

✨ Features

🪲 Bug fixes

v0.143.1

08 Jan 22:35
87bd5e6
Compare
Choose a tag to compare

🪲 Bug fixes

  • Move rendering for merge_filter to evaluation time (#3579) @themisvaltinos
  • Change SQLMESH__AIRFLOW__DISABLE_STATE_MIGRATION var name (#3592) @lafirmm
  • Make sure downstream models for which restatements are disabled are not auto-restated (#3597) @izeigerman

👽 Other

v0.142.3

08 Jan 19:16
920ad1c
Compare
Choose a tag to compare

🪲 Bug fixes

  • Make sure downstream models for which restatements are disabled are not auto-restated (#3597) @izeigerman

v0.143.0

07 Jan 20:14
fe7d221
Compare
Choose a tag to compare

🪲 Bug fixes

  • Models with allow_partials set to true should respect cron (#3577) @izeigerman
  • Plan physical tables progress bar (#3578) @treysp
  • (clickhouse) Specify DateTime64 precision for model partitioning expression (#3582) @treysp
  • Automatically categorize python models by default (#3594) @izeigerman

v0.142.2

06 Jan 18:06
34b9a1a
Compare
Choose a tag to compare

✨ Features

  • Provide useful error for invalid model kind (#3581) @treysp

🪲 Bug fixes

  • Restatement of models that are present in prod but are missing in dev (#3589) @izeigerman

🧹 Chore

v0.142.1

05 Jan 17:46
001899c
Compare
Choose a tag to compare

🪲 Bug fixes

  • Unpaused snapshots that are downstream of snapshots with enabled auto-restatement can still be representative (#3584) @izeigerman

v0.142.0

03 Jan 22:09
2319c80
Compare
Choose a tag to compare

✨ Features

🪲 Bug fixes

🧹 Chore

👽 Other

v0.141.1

20 Dec 23:12
ccb8767
Compare
Choose a tag to compare

🧹 Chore

  • Move application of pending restatement intervals into the Snapshot class (#3551) @izeigerman

v0.141.0

20 Dec 18:51
0e51dd8
Compare
Choose a tag to compare

✨ Features

🪲 Bug fixes

🛠️ Refactor

🧹 Chore

👽 Other

  • Check that test_adapter exist before closing (#3518) @Kayrnt