Skip to content

v0.109.0

Compare
Choose a tag to compare
@SQLMesh SQLMesh released this 02 Jul 23:06
· 403 commits to main since this release
89a7e05

✨ Features

🪲 Bug fixes

  • Take the default_gateway into account when loading external models (#2842) @erindru
  • Set the dbt invocation context before loading the profile (#2846) @izeigerman
  • BIGNUMERIC column can't be altered into FLOAT64 in BigQuery (#2848) @izeigerman
  • Drop dev previews of managed tables correctly (#2849) @erindru
  • Use the default dialect when constructing a table mapping key in the dbt adapter (#2853) @izeigerman
  • Correct quoting of identifiers in the dbt adapter @izeigerman

🧹 Chore

👽 Other