Skip to content

v0.158.0

Compare
Choose a tag to compare
@SQLMesh SQLMesh released this 14 Feb 16:13
· 27 commits to main since this release
ec5e085

✨ Features

🪲 Bug fixes

  • (postgres) Quote role names if required when running SET ROLE on cursor init (#3825) @erindru
  • Handle quoted projects properly in bigquery adapter (#3820) @georgesittas
  • Don't fail because of an unrestorable change if the target model is forward-only (#3835) @izeigerman
  • Respect disable_restatement remove intervals across env (#3838) @eakmanrq
  • Respect disable restate dev unpaused snapshots (#3840) @eakmanrq
  • Streamline execution of pre- / post- statements when creating a physical table (#3837) @izeigerman

🧹 Chore

👽 Other

  • Adding self hosted executor docs (#3816) @benfdking
  • Revert "Fix(postgres): Quote role names if required when running SET ROLE on cursor init" (#3834) @georgesittas