Skip to content

v0.180.0

Choose a tag to compare

@SQLMeshbot SQLMeshbot released this 07 May 22:56
· 934 commits to main since this release
c0bf007

🪲 Bug fixes

  • Use maybe_parse for python model depends_on instead of parse_one (#4326) @georgesittas
  • Correctly categorize an orphaned indirectly modified snapshot created as a result of a merge of 2 or more directly modified parents (#4329) @izeigerman
  • Pop select model in tablediff to ensure backwards compatibility (#4325) @themisvaltinos
  • Support dialects with normalization strategies for dbt projects (#4330) @izeigerman
  • Use MarkdownConsole in non-interactive contexts (#4306) @treysp
  • Use sql() instead of gen() for time data type data hash computation (#4321) @georgesittas

🛠️ Refactor

🧹 Chore