Skip to content

v0.102.3

Choose a tag to compare

@SQLMeshbot SQLMeshbot released this 05 Jun 23:47
· 2079 commits to main since this release
1f28482

🪲 Bug fixes

  • Restatement of incremental_by_partition models can only cover the full history @izeigerman
  • Add tests that validate correctness of data previews in dev for models which only support full history restatement (#2740) @izeigerman
  • Skip preview for metadata-only changes (#2741) @izeigerman
  • Make sure physical tables are recreated for seed models after a failure occurs during the table creation (#2742) @izeigerman
  • Detection of referenced variables in Python SQL models (#2743) @izeigerman

🧹 Chore