Skip to content

v0.117.0

Choose a tag to compare

@SQLMeshbot SQLMeshbot released this 08 Aug 18:57
· 1890 commits to main since this release
e3b6fea

✨ Features

  • Support macros within audits (#2969) @Themiscodes
  • Include column name in failed column registration warning (#2989) @treysp
  • Support pre-post statements in python models at creation time (#2977) @Themiscodes

🪲 Bug fixes

  • Send notifications for failing non-blocking audits from the builtin scheduler (#2979) @crericha
  • Ensure Context.close doesn't unnecessarily create a state sync db (#2980) @georgesittas
  • Remove error when deleting expired external model snapshots (#2984) @eakmanrq
  • Regression in Snowflake Python models using Snowpark DataFrame's (#2983) @erindru
  • Add gateway name to model cache identifier (#2987) @treysp

🧹 Chore

👽 Other