Skip to content

v0.102.0

Choose a tag to compare

@SQLMeshbot SQLMeshbot released this 04 Jun 22:27
· 2094 commits to main since this release
a479509

✨ Features

  • Column comments in python models (#2712) @treysp
  • Support name inference from schema directories (#2697) @Themiscodes

🪲 Bug fixes

  • Add the dbt "var" macro to the "builtins" package (#2723) @izeigerman
  • Add migration script for column_descriptions_ rename (#2724) @treysp
  • Capture bultin macro dependencies when loading dbt projects (#2725) @izeigerman
  • Broken build due to the hyperscript upgrade (#2729) @izeigerman
  • Normalize column names in column_descriptions dict (#2731) @treysp
  • Make sure to commit a transaction when fetching a dataframe using Pandas API (#2732) @izeigerman
  • Only check destructive changes for directly modified models at plan time (#2733) @izeigerman

🧹 Chore

  • Update UI models to subclass PydanticModel (#2726) @vchan

👽 Other