Skip to content

Releases: SQLMesh/sqlmesh

v0.110.1

11 Jul 15:25
47b5000

Choose a tag to compare

🪲 Bug fixes

  • Include external models in mapping of context.table (#2882) @Themiscodes
  • Control python model loading with enabled flag (#2891) @Themiscodes
  • Improve cron message to use faster/slower (#2883) @eakmanrq
  • Invalidate the cached model's rendered query after updating the mapping schema (#2884) @izeigerman

🧹 Chore

v0.110.0

09 Jul 15:37
d6af3f9

Choose a tag to compare

✨ Features

🪲 Bug fixes

  • Check for null or duplicate primary keys when running table_diff (#2840) @Themiscodes
  • Move metadata only macro funcs from model's data hash to metadata hash (#2862) @vchan
  • Update macro arg. resolution test to fix CI (#2873) @georgesittas
  • Support for trailing comments in SQL model definitions (#2863) @izeigerman
  • Duplicate columns in table diff query (#2861) @na399
  • Normalize excluded columns in STAR macro, fix except_ logging (#2880) @georgesittas
  • Normalization issue in table diff (#2872) @Themiscodes

🧹 Chore

👽 Other

  • Clarify the scheduler type value for each support scheduler configuration (#2878) @izeigerman

v0.109.2

04 Jul 15:33
f3cb2fa

Choose a tag to compare

🪲 Bug fixes

🧹 Chore

v0.109.1

03 Jul 18:47
f5c9be8

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

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

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

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

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

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

Choose a tag to compare

✨ Features

  • Allow marking audits as [non-]blocking at use site (#2813) @georgesittas
  • Add support for audits within model definition (#2812) @Themiscodes

🪲 Bug fixes

🧹 Chore