Skip to content

v0.147.0

Compare
Choose a tag to compare
@SQLMesh SQLMesh released this 17 Jan 19:28
· 345 commits to main since this release
17a2e4f

✨ Features

🪲 Bug fixes

  • Only apply partition interval unit if partitioned_by is not set by the user explicitly (#3636) @izeigerman
  • Parse python model column types with dialect (#3633) @treysp
  • Qualify information schema query for duckdb (#3646) @z3z1ma
  • No models ready to run message shouldn't error (#3644) @treysp
  • Make sqlglot generator overriding more robust (#3650) @georgesittas
  • Ensure strict defaults dont break all the models to which they a… (#3643) @z3z1ma

🧹 Chore

👽 Other