Skip to content

v0.204.0

Compare
Choose a tag to compare
@SQLMesh SQLMesh released this 25 Jul 21:25
· 180 commits to main since this release
431e9af

✨ Features

  • Add support for pre, post, on_virtual_update statements in config (#4995) @themisvaltinos
  • (lsp) References function now detects non registered external models (#5023) @benfdking

🪲 Bug fixes

  • (table_diff) Correctly handle joins with composite keys where one or more of the key fields are null (#5007) @erindru
  • (cicd_bot) Include namespace in deploy command hint (#5006) @erindru
  • (lsp) Notification would now show (#5024) @benfdking
  • Prevent snapshots with shared versions in dev environments from expanding restatement intervals for prod snapshots (#5025) @izeigerman
  • Use merge when updating auto restatements (#5016) @vchan

🧹 Chore

👽 Other