Skip to content

v0.159.0

Compare
Choose a tag to compare
@SQLMesh SQLMesh released this 20 Feb 16:11
· 6 commits to main since this release
a1feec9

✨ 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