Skip to content

Releases: TobikoData/sqlmesh

v0.159.1

21 Feb 01:53
bb43e5f
Compare
Choose a tag to compare

✨ Features

🪲 Bug fixes

v0.159.0

20 Feb 16:11
a1feec9
Compare
Choose a tag to compare

✨ Features

🪲 Bug fixes

  • Only expand restatement range if incremental (#3847) @eakmanrq
  • Pin PyGithub to 2.5.0 so tests can run (#3851) @erindru
  • Warn when SQLMesh automatically adjusts a restatement range to cover the whole model (#3850) @erindru
  • Normalize catalog override name (#3849) @eakmanrq
  • Make sure that pending restatement intervals are always recorded last during compaction (#3862) @izeigerman
  • Give better error message when object not serializable (#3861) @tobymao
  • Unexpected backfill of a parent of a changed forward-only child when the child runs before the parent (#3871) @izeigerman

🧹 Chore

👽 Other

v0.151.7

19 Feb 22:52
4ef90ce
Compare
Choose a tag to compare

🪲 Bug fixes

  • Unexpected backfill of a parent of a changed forward-only child when the child runs before the parent (#3871) @izeigerman

v0.151.6

19 Feb 00:30
959b606
Compare
Choose a tag to compare

🪲 Bug fixes

  • Make sure that pending restatement intervals are always recorded last during compaction (#3862) @izeigerman

v0.158.2

14 Feb 21:16
ea860e4
Compare
Choose a tag to compare

🪲 Bug fixes

🧹 Chore

  • Add the ingress section to the self-hosted executor docs @izeigerman

v0.158.1

14 Feb 16:49
8c94571
Compare
Choose a tag to compare

🪲 Bug fixes

  • Signals that return an empty list are considered ready (#3841) @plaflamme

v0.158.0

14 Feb 16:13
ec5e085
Compare
Choose a tag to compare

✨ Features

🪲 Bug fixes

  • (postgres) Quote role names if required when running SET ROLE on cursor init (#3825) @erindru
  • Handle quoted projects properly in bigquery adapter (#3820) @georgesittas
  • Don't fail because of an unrestorable change if the target model is forward-only (#3835) @izeigerman
  • Respect disable_restatement remove intervals across env (#3838) @eakmanrq
  • Respect disable restate dev unpaused snapshots (#3840) @eakmanrq
  • Streamline execution of pre- / post- statements when creating a physical table (#3837) @izeigerman

🧹 Chore

👽 Other

  • Adding self hosted executor docs (#3816) @benfdking
  • Revert "Fix(postgres): Quote role names if required when running SET ROLE on cursor init" (#3834) @georgesittas

v0.151.5

14 Feb 15:59
70ddf0c
Compare
Choose a tag to compare

🪲 Bug fixes

  • Respect disable_restatement remove intervals across env (#3838) @eakmanrq
  • Respect disable restate dev unpaused snapshots (#3840) @eakmanrq

v0.151.4

13 Feb 19:31
b207702
Compare
Choose a tag to compare

🪲 Bug fixes

  • Don't fail because of an unrestorable change if the target model is forward-only (#3835) @izeigerman

v0.157.0

12 Feb 21:20
8a5b5f4
Compare
Choose a tag to compare

✨ Features

  • Adjust physical_properties evaluation and add macro to resolve physical table names (#3772) @erindru
  • Include alter statements in destructive change error message (#3805) @treysp

🪲 Bug fixes

🧹 Chore

  • Use 'dev' suffix instead of 'temp' for non-deployable physical tables (#3803) @izeigerman

👽 Other