Skip to content

Releases: TobikoData/sqlmesh

v0.109.2

04 Jul 15:33
f3cb2fa
Compare
Choose a tag to compare

🪲 Bug fixes

🧹 Chore

v0.109.1

03 Jul 18:47
f5c9be8
Compare
Choose a tag to compare

🪲 Bug fixes

  • Support the compare_dbr_version in the dbt adapter (#2858) @izeigerman
  • Allow overriding gateway configuration in dbt project config (#2857) @izeigerman
  • In dbt config only set the default_gateway if gateways were not provided @izeigerman
  • Support for custom SQLMesh gateways in the dbt project config (#2859) @izeigerman

🧹 Chore

v0.109.0

02 Jul 23:06
89a7e05
Compare
Choose a tag to compare

✨ 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

v0.107.3

02 Jul 19:52
Compare
Choose a tag to compare

🪲 Bug fixes

  • BIGNUMERIC column can't be altered into FLOAT64 in BigQuery (#2848) @izeigerman
  • 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

v0.108.0

29 Jun 00:46
44b8fa9
Compare
Choose a tag to compare

✨ Features

  • Introduce metadata only flag for macro functions (#2833) @vchan

🪲 Bug fixes

  • Don't pass a snapshot reference when creating a snapshot table @izeigerman
  • Improve the dbt adapter dispatch resolution when the package name is not specified (#2841) @izeigerman

🧹 Chore

v0.107.2

28 Jun 04:14
Compare
Choose a tag to compare

🪲 Bug fixes

  • Don't pass a snapshot reference into the renderer when creating a schema migration source @izeigerman

v0.107.1

28 Jun 03:53
05f5293
Compare
Choose a tag to compare

👽 Other

  • Revert "Fix: redshift leverages postgres adapter dispatch implementations for common functionality" (#2836) @izeigerman

v0.107.0

27 Jun 23:21
d9439d0
Compare
Choose a tag to compare

✨ Features

🪲 Bug fixes

🧹 Chore

v0.106.2

26 Jun 22:49
Compare
Choose a tag to compare

🪲 Bug fixes

  • Non-deployable changes downstream of ignored ones should also be ignored (#2818) @izeigerman
  • Drop the dev table clone if the schema migration fails (#2830) @izeigerman
  • Support for restatemetns when using a state connection to submit plans to the Airflow cluster (#2832) @izeigerman

v0.106.1

25 Jun 00:57
bad0457
Compare
Choose a tag to compare

🪲 Bug fixes

  • Add missing dependency importlib-metadata (#2816) @vchan

👽 Other