Skip to content

v0.20.0

Choose a tag to compare

@izeigerman izeigerman released this 19 Jul 15:32
· 3460 commits to main since this release
07ef620

✨ Features

  • Require dialect arg in sqlmesh config (#1127) @treysp
  • Add endpoint to get current version + display version in footer (#1174) @mykalmax

🪲 Bug fixes

  • Tab not showing after refresh + store unsaved changes (#1164) @mykalmax
  • Quote all identifiers in execute except those coming from fetchdf (#1128) @georgesittas
  • Skip directories in a dbt project that the user is not permitted to access (#1179) @crericha
  • Make postgres keepalives_idle optional for dbt projects (#1180) @crericha
  • Make dbt postgresql targeting read database name from profile correctly @lu0x1a0

🛠️ Refactor

👽 Other